Matched game/board/start

This commit is contained in:
mrshigure 2024-03-12 13:59:40 -07:00
parent c1fa0f8873
commit c623d8549f
11 changed files with 903 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef _BOARD_START_H
#define _BOARD_START_H
#ifndef _BOARD_STAR_H
#define _BOARD_STAR_H
#include "game/board/space.h"

6
include/game/board/start.h Executable file
View file

@ -0,0 +1,6 @@
#ifndef _BOARD_START_H
#define _BOARD_START_H
void BoardStartExec(void);
#endif