#ifndef ANIMSTATE_H #define ANIMSTATE_H class AnimState { public: const char* GetClassName(); }; #endif // ANIMSTATE_H