Broke files out into library, game, and include. Added a tests/ directory to start building out tests. Gotta figure out WTF is going on w/ the memory management or all dev will have to be restarted. No bueno.

This commit is contained in:
2024-12-24 11:35:22 -05:00
parent a1a243b2b2
commit 9cb8f5e1da
28 changed files with 383 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
return SDL_APP_FAILURE;
}
/*
ATTEMPT {
spritesheet *sheet;
sprite *spr;
@@ -72,6 +73,7 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
} CLEANUP {
} PROCESS(errctx) {
} FINISH_NORETURN(errctx);
*/
/*
GAME_init_physics();