This commit is contained in:
Denis Landa 2025-06-08 20:31:24 +02:00
parent 51f7ce9956
commit e9a8886e96

View File

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