JSRF-Decompilation/src/jet2.cpp
2025-12-10 22:38:12 -05:00

15 lines
227 B
C++

#include "core.hpp"
// Address: 0x0022FCE0
Game * g_game;
// Address: 0x0006F9E0
// Matching: no
void main(void) {
g_game = new Game(NULL, 0);
g_game->initExecRootObj();
g_game->mainLoop();
delete g_game;
}