metaforce/Runtime/Character/IMetaAnim.hpp

16 lines
172 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_IMETAANIM_HPP__
#define __PSHAG_IMETAANIM_HPP__
2015-08-22 01:58:41 +00:00
#include "../RetroTypes.hpp"
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-22 01:58:41 +00:00
{
class IMetaAnim
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_IMETAANIM_HPP__