Matched game/board/char_wheel + some unsplit cleanup

This commit is contained in:
mrshigure 2024-03-10 00:26:44 -08:00
parent 4008d02dda
commit 16e5f39954
15 changed files with 558 additions and 30 deletions

View file

@ -5,10 +5,7 @@
#define BOARD_SPACE_LINKMAX 4
#ifndef _BOARD_SPACE_EVENT_FUNC
#define _BOARD_SPACE_EVENT_FUNC
typedef s32 (*BoardSpaceEventFunc)(void);
#endif
typedef struct board_space {
Vec pos;