Matched game/board/start
This commit is contained in:
parent
c1fa0f8873
commit
c623d8549f
11 changed files with 903 additions and 4 deletions
|
|
@ -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
6
include/game/board/start.h
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _BOARD_START_H
|
||||
#define _BOARD_START_H
|
||||
|
||||
void BoardStartExec(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue