This commit is contained in:
Denis Landa 2025-06-08 16:26:03 +02:00
parent 66d0b0dbc0
commit 8de7f8fd07
2 changed files with 1 additions and 2 deletions

View File

@ -20,4 +20,3 @@ world.o: world.c world.h
clean:
rm -f $(OBJS) game

View File

@ -1,7 +1,7 @@
#ifndef _WORLD_H_
#define _WORLD_H_
#include <ncurses.h>
#include "/usr/include/ncurses.h"
/**
* World represented as a rectangular matrix of colorful characters.