Обновить a3/world.h

This commit is contained in:
Bohdana Marchenko 2025-05-02 06:48:36 +00:00
parent 50e803464d
commit d59f61f435

View File

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