Got the suite rebuilding, most tests pass, actor and sprite are failing

This commit is contained in:
2026-05-03 23:57:55 -04:00
parent f475dfb6ee
commit 6763b5629f
36 changed files with 734 additions and 664 deletions

View File

@@ -41,6 +41,6 @@ extern Game game;
#define BITMASK_DEL(x, y) x &= ~(y)
#define BITMASK_CLEAR(x) x = 0;
ErrorContext ERROR_NOIGNORE *GAME_init();
akerr_ErrorContext AKERR_NOIGNORE *GAME_init();
#endif //_GAME_H_