summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
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