mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Finish populating JSRF/Core
This commit is contained in:
parent
f8578b0871
commit
08abfd3913
6 changed files with 342 additions and 19 deletions
|
|
@ -15,7 +15,7 @@ Game * g_game;
|
|||
// Matching: yes
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initExecRootObj();
|
||||
g_game->initRootExecObj();
|
||||
g_game->mainLoop();
|
||||
delete g_game;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue