mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-31 00:45:24 -04:00
some fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extern "C" void game_main(int argc, char* argv[]);
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
game_main(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user