mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
267 B
C++
12 lines
267 B
C++
|
#include "extension.hpp"
|
||
|
using namespace nall;
|
||
|
|
||
|
namespace hiro {
|
||
|
#include "../resource/resource.cpp"
|
||
|
#include "fixed-layout.cpp"
|
||
|
#include "horizontal-layout.cpp"
|
||
|
#include "vertical-layout.cpp"
|
||
|
#include "browser-dialog.cpp"
|
||
|
#include "message-dialog.cpp"
|
||
|
}
|