ares-openbsd/desktop-ui/desktop-ui.hpp

31 行
666 B
C++
Raw パーマリンク 通常表示 履歴

2020-01-31 08:14:21 +09:00
#include <ruby/ruby.hpp>
//using namespace ruby;
#include <hiro/hiro.hpp>
using namespace hiro;
#include <ares/ares.hpp>
#include <nall/gdb/server.hpp>
#include <mia/mia.hpp>
2020-01-31 08:14:21 +09:00
#include <nall/instance.hpp>
#include <nall/encode/png.hpp>
#include <nall/hash/crc16.hpp>
2020-01-31 08:14:21 +09:00
namespace ruby {
extern Video video;
extern Audio audio;
extern Input input;
}
#include "resource/resource.hpp"
#include "input/input.hpp"
#include "emulator/emulator.hpp"
#include "game-browser/game-browser.hpp"
2020-01-31 08:14:21 +09:00
#include "program/program.hpp"
#include "presentation/presentation.hpp"
2020-02-01 09:28:14 +09:00
#include "settings/settings.hpp"
#include "tools/tools.hpp"
2020-02-01 09:28:14 +09:00
auto locate(const string& name) -> string;