metaforce/Runtime/Character/IMetaTrans.hpp

16 lines
177 B
C++
Raw Normal View History

2015-08-22 01:58:41 +00:00
#ifndef __RETRO_IMETATRANS_HPP__
#define __RETRO_IMETATRANS_HPP__
#include "../RetroTypes.hpp"
namespace Retro
{
class IMetaTrans
{
};
}
#endif // __RETRO_IMETATRANS_HPP__