mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
161 B
C++
9 lines
161 B
C++
|
#include "tomoko.hpp"
|
||
|
|
||
|
#include <nall/main.hpp>
|
||
|
auto nall::main(lstring args) -> void {
|
||
|
Application::setName("tomoko");
|
||
|
new Program;
|
||
|
Application::run();
|
||
|
}
|