metaforce/Runtime/MP1/CNESEmulator.hpp

18 lines
170 B
C++
Raw Normal View History

2016-12-14 22:56:59 +00:00
#ifndef __URDE_CNESEMULATOR_HPP__
#define __URDE_CNESEMULATOR_HPP__
namespace urde
{
namespace MP1
{
class CNESEmulator
{
};
}
}
#endif // __URDE_CNESEMULATOR_HPP__