metaforce/Runtime/Character/IMetaTrans.hpp

16 lines
176 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_IMETATRANS_HPP__
#define __PSHAG_IMETATRANS_HPP__
2015-08-22 01:58:41 +00:00
#include "../RetroTypes.hpp"
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-22 01:58:41 +00:00
{
class IMetaTrans
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_IMETATRANS_HPP__