1111889775

This commit is contained in:
Denis Landa 2025-06-08 16:54:35 +02:00
parent 73edaff081
commit 51f7ce9956

View File

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