summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-02 18:19:35 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-02 18:19:35 +0300
commit9d08026e70c3a474182a7b76c25fd9cf53abdf57 (patch)
treee4e764f1c2fe49b8602a2b488c06f43c83fa1f86 /src/map.h
parent4eee65fb27adab195301c77e6f8b250972061172 (diff)
downloadtakethis-9d08026e70c3a474182a7b76c25fd9cf53abdf57.tar
takethis-9d08026e70c3a474182a7b76c25fd9cf53abdf57.tar.xz
takethis-9d08026e70c3a474182a7b76c25fd9cf53abdf57.zip
Fullscreen, etc...
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 0 insertions, 3 deletions
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