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

This commit is contained in:
Bohdana Marchenko 2025-05-02 07:55:22 +00:00
parent d59f61f435
commit 7a7d09092b

View File

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