Got the suite rebuilding, most tests pass, actor and sprite are failing
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user