- 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
60 B
C
4 lines
60 B
C
#include "config.h"
|
|
|
|
//global config struct
|
|
config_t config; |