22 #ifndef STARK_RESOURCES_BOOKMARK_H 23 #define STARK_RESOURCES_BOOKMARK_H 25 #include "common/str.h" 26 #include "math/vector3d.h" 28 #include "engines/stark/resources/object.h" 46 static const Type::ResourceType TYPE = Type::kBookmark;
55 Math::Vector3d getPosition()
const;
58 void printData()
override;
60 Math::Vector3d _position;
66 #endif // STARK_RESOURCES_BOOKMARK_H
Definition: bookmark.h:44