diff options
Diffstat (limited to 'src/main/game/game.c')
-rw-r--r-- | src/main/game/game.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/game/game.c b/src/main/game/game.c index 40547cc..5ec3652 100644 --- a/src/main/game/game.c +++ b/src/main/game/game.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include "../engine/engine.h" #include "game.h" +#include "cell.h" #include "../util.h" #include "../engine/ui/ui.h" |