OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mappings.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESM_MAPPINGS_H
2 #define OPENMW_ESM_MAPPINGS_H
3 
4 #include <string>
5 
8 
9 namespace ESM
10 {
12  std::string getBoneName(ESM::PartReferenceType type);
13  std::string getMeshFilter(ESM::PartReferenceType type);
14 }
15 
16 #endif
MeshPart
Definition: loadbody.hpp:18
PartReferenceType
Definition: loadarmo.hpp:13
std::string getMeshFilter(ESM::PartReferenceType type)
Definition: mappings.cpp:124
ESM::BodyPart::MeshPart getMeshPart(ESM::PartReferenceType type)
Definition: mappings.cpp:7
std::string getBoneName(ESM::PartReferenceType type)
Definition: mappings.cpp:61