- 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
159 B
C
4 lines
159 B
C
#include "game.h"
|
|
#include "snake.h"
|
|
void renderGame(gameData_t game, snake_t snake);
|
|
//erstellt aus Spielfeldstruktur die graphische Anzeige mit SDL-Framework
|