2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 05:11:21 +00:00
metaforce/Runtime/MP1/CNESEmulator.hpp
2016-12-14 12:56:59 -10:00

18 lines
170 B
C++

#ifndef __URDE_CNESEMULATOR_HPP__
#define __URDE_CNESEMULATOR_HPP__
namespace urde
{
namespace MP1
{
class CNESEmulator
{
};
}
}
#endif // __URDE_CNESEMULATOR_HPP__