Chad makefile, Thx artsiom

This commit is contained in:
2025-10-22 16:37:41 +02:00
committed by Jeroen Boxhoorn
parent 665b8135a3
commit 299612634b
6 changed files with 45 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
#include <ncurses.h>
#include <stdlib.h>
#include "../../engine/grid_game_engine.h"
#include "../../engine/engine/grid_game_engine.h"
#define EMPTY ' '
#define WALL '#'