mirror of https://github.com/bsnes-emu/bsnes.git
17 lines
416 B
C++
17 lines
416 B
C++
#include <emulator/emulator.hpp>
|
|
extern Emulator::Interface* emulator;
|
|
|
|
#include <nall/nall.hpp>
|
|
#include <ruby/ruby.hpp>
|
|
#include <hiro/hiro.hpp>
|
|
using namespace nall;
|
|
using namespace ruby;
|
|
using namespace hiro;
|
|
|
|
#include "program/program.hpp"
|
|
#include "configuration/configuration.hpp"
|
|
#include "input/input.hpp"
|
|
#include "settings/settings.hpp"
|
|
#include "tools/tools.hpp"
|
|
#include "presentation/presentation.hpp"
|