Initial scene

This commit is contained in:
2025-11-03 14:45:05 -06:00
parent b4fb7bf99f
commit bcba693afb
2 changed files with 7 additions and 8 deletions

View File

@@ -27,14 +27,7 @@ int main(int argc, char **argv) {
sizeof(ASSET_MANAGER.systemPath) / sizeof(char_t)
);
}
// Init the defaults for all the platforms
// #if PSP
// #else
// #if SDL2_KEYBOARD
// inputBind(inputButtonGetByName("")
// #endif
// Begin main loop
do {
ret = engineUpdate();