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

@@ -3,6 +3,6 @@
#include <akerror.h>
ErrorContext ERROR_NOIGNORE *load_start_bgm(char *fname);
akerr_ErrorContext AKERR_NOIGNORE *load_start_bgm(char *fname);
#endif //_ASSETS_H_