mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
102 B
C++
10 lines
102 B
C++
|
#include <ngp/ngp.hpp>
|
||
|
|
||
|
namespace NeoGeoPocket {
|
||
|
|
||
|
System system;
|
||
|
Scheduler scheduler;
|
||
|
Cheat cheat;
|
||
|
|
||
|
}
|