From 8de7f8fd07bc9df73decc8468257d382e9a1ca01 Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Sun, 8 Jun 2025 16:26:03 +0200 Subject: [PATCH] 1111 --- du8/Makefile | 1 - du8/world.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/du8/Makefile b/du8/Makefile index e60c102..9a4ddf9 100644 --- a/du8/Makefile +++ b/du8/Makefile @@ -20,4 +20,3 @@ world.o: world.c world.h clean: rm -f $(OBJS) game - diff --git a/du8/world.h b/du8/world.h index 19fb62a..d210531 100644 --- a/du8/world.h +++ b/du8/world.h @@ -1,7 +1,7 @@ #ifndef _WORLD_H_ #define _WORLD_H_ -#include +#include "/usr/include/ncurses.h" /** * World represented as a rectangular matrix of colorful characters.