mirror of https://github.com/AxioDL/metaforce.git
16 lines
177 B
C++
16 lines
177 B
C++
|
#ifndef __RETRO_IMETATRANS_HPP__
|
||
|
#define __RETRO_IMETATRANS_HPP__
|
||
|
|
||
|
#include "../RetroTypes.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
class IMetaTrans
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_IMETATRANS_HPP__
|