This commit is contained in:
CreateSource 2024-06-29 22:54:17 -04:00
commit b67c239103
14 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ typedef void (*VoidFunc)(void);
extern const VoidFunc _ctors[];
extern const VoidFunc _dtors[];
extern void BoardCommonInit(VoidFunc create, VoidFunc destroy);
extern void BoardObjectSetup(VoidFunc create, VoidFunc destroy);
extern void BoardCreate(void);
extern void BoardDestroy(void);