metaforce/Runtime/Character/IMetaTrans.hpp

16 lines
177 B
C++

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