mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
8 lines
125 B
C++
8 lines
125 B
C++
#include <emulator/emulator.hpp>
|
|
#include <emulator/audio/audio.cpp>
|
|
|
|
namespace Emulator {
|
|
|
|
Platform* platform = nullptr;
|
|
|
|
}
|