#ifndef _GAME_RENDER_CREATUREANIMATION_H #define _GAME_RENDER_CREATUREANIMATION_H #include "animation.hpp" #include namespace MWRender{ class CreatureAnimation: Animation{ std::vector shapes; //All the NiTriShapeData for this creature }; } #endif