2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/Character/IMetaTrans.hpp

16 lines
177 B
C++

#ifndef __PSHAG_IMETATRANS_HPP__
#define __PSHAG_IMETATRANS_HPP__
#include "../RetroTypes.hpp"
namespace pshag
{
class IMetaTrans
{
};
}
#endif // __PSHAG_IMETATRANS_HPP__