snake-pp/game.c
jonny_jr9 5bba3e1531 Add source files, Fix header files - Compiles now
- 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
2023-11-08 09:52:25 +01:00

4 lines
78 B
C

#include "game.h"
// global struct for storing all game data
gameData_t game;