SDL Events.

This commit is contained in:
jussi
2023-11-24 20:09:34 +02:00
parent 925afdf101
commit a1887aa866
12 changed files with 455 additions and 65 deletions

View File

@@ -64,7 +64,6 @@ int main( int argn, const char **argc ) {
else {
printVersion();
stateInit( argn, argc, exePath );
// luaRegister();
state->run = luaCallMain();
while ( state->run ) {