2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/Runtime/Character/IMetaAnim.hpp
2016-03-04 13:04:53 -10:00

16 lines
172 B
C++

#ifndef __PSHAG_IMETAANIM_HPP__
#define __PSHAG_IMETAANIM_HPP__
#include "../RetroTypes.hpp"
namespace urde
{
class IMetaAnim
{
};
}
#endif // __PSHAG_IMETAANIM_HPP__