- Add empty source files for all planned modules - Add source files to CMAKE source list - Fix and extend header files so there are no errors - Create global structs in game.c and config.c
4 lines
78 B
C
4 lines
78 B
C
#include "game.h"
|
|
|
|
// global struct for storing all game data
|
|
gameData_t game; |