1 #ifndef CSM_TOOLS_BODYPARTCHECK_H
2 #define CSM_TOOLS_BODYPARTCHECK_H
7 #include "../world/resources.hpp"
8 #include "../world/idcollection.hpp"
10 #include "../doc/stage.hpp"
VerifyStage: make sure that body part records are internally consistent.
Definition: bodypartcheck.hpp:15
virtual int setup()
Definition: bodypartcheck.cpp:12
Definition: messages.hpp:38
BodyPartCheckStage(const CSMWorld::IdCollection< ESM::BodyPart > &bodyParts, const CSMWorld::Resources &meshes, const CSMWorld::IdCollection< ESM::Race > &races)
Definition: bodypartcheck.cpp:3
Definition: resources.hpp:17
const CSMWorld::IdCollection< ESM::BodyPart > & mBodyParts
Definition: bodypartcheck.hpp:17
const CSMWorld::Resources & mMeshes
Definition: bodypartcheck.hpp:18
const CSMWorld::IdCollection< ESM::Race > & mRaces
Definition: bodypartcheck.hpp:19
virtual void perform(int stage, CSMDoc::Messages &messages)
Messages resulting from this tage will be appended to messages.
Definition: bodypartcheck.cpp:17