Merge branch 'main' into main

This commit is contained in:
CreateSource 2024-03-12 22:50:19 -04:00 committed by GitHub
commit 9f2f794aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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