22 #ifndef STARK_RESOURCES_BONES_MESH_H 23 #define STARK_RESOURCES_BONES_MESH_H 25 #include "common/path.h" 26 #include "common/str.h" 28 #include "engines/stark/resources/object.h" 45 static const Type::ResourceType TYPE = Type::kBonesMesh;
52 void onPostRead()
override;
58 void printData()
override;
69 #endif // STARK_RESOURCES_BONES_MESH_H
Definition: bonesmesh.h:43