mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 22:52:34 +01:00
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();
|
||
|
}
|