mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-24 15:12:23 +01:00
8 lines
89 B
C++
8 lines
89 B
C++
|
#include <emulator/emulator.hpp>
|
||
|
|
||
|
namespace Emulator {
|
||
|
|
||
|
Platform* platform = nullptr;
|
||
|
|
||
|
}
|