From 9d08026e70c3a474182a7b76c25fd9cf53abdf57 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 2 Mar 2021 18:19:35 +0300 Subject: Fullscreen, etc... --- src/map.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index e8da22d..12843ba 100644 --- a/src/map.h +++ b/src/map.h @@ -1,7 +1,6 @@ #ifndef TAKETHIS_INCLUDED_MAP #define TAKETHIS_INCLUDED_MAP - /* room is identified by single char * they are located in data/map/ * roomfile has four neighbors at the first line @@ -9,10 +8,8 @@ * after them each line is speed of corresponding enemy in percents * and optionaly after = message of this enemy */ - void tt_map_load(); void tt_map_free(); - #endif -- cgit v1.2.3