mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
89 B
C++
8 lines
89 B
C++
|
#include <emulator/emulator.hpp>
|
||
|
|
||
|
namespace Emulator {
|
||
|
|
||
|
Platform* platform = nullptr;
|
||
|
|
||
|
}
|