1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +00:00
OpenMW/components/esm3/mappings.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
355 B
C++
Raw Normal View History

2018-07-13 21:48:59 -05:00
#ifndef OPENMW_ESM_MAPPINGS_H
#define OPENMW_ESM_MAPPINGS_H
#include <string>
#include <components/esm3/loadarmo.hpp>
#include <components/esm3/loadbody.hpp>
2018-07-13 21:48:59 -05:00
namespace ESM
{
BodyPart::MeshPart getMeshPart(PartReferenceType type);
std::string getBoneName(PartReferenceType type);
std::string getMeshFilter(PartReferenceType type);
2018-07-13 21:48:59 -05:00
}
#endif