#ifndef _GAME_RENDER_NPCANIMATION_H #define _GAME_RENDER_NPCANIMATION_H #include "animation.hpp" #include #include namespace MWRender{ class NpcAnimation: Animation{ std::vector> shapeparts; //All the NiTriShape data that we need for animating this particular npc }; } #endif