#include "tomoko.hpp" Video* video = nullptr; Audio* audio = nullptr; Input* input = nullptr; Emulator::Interface* emulator = nullptr; #include auto nall::main(lstring args) -> void { Application::setName("tomoko"); new Program; Application::run(); }