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__