mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-17 05:11:21 +00:00
18 lines
170 B
C++
18 lines
170 B
C++
#ifndef __URDE_CNESEMULATOR_HPP__
|
|
#define __URDE_CNESEMULATOR_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
class CNESEmulator
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __URDE_CNESEMULATOR_HPP__
|