This commit is contained in:
Denis Landa 2025-06-08 20:32:42 +02:00
parent e9a8886e96
commit dbcd43639b

View File

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