From a365de1b0ab91f9c057196a601d96d2aed6e48fb Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sun, 28 Feb 2021 23:29:25 +0300 Subject: o_O --- src/map.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/map.h (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h new file mode 100644 index 0000000..e8da22d --- /dev/null +++ b/src/map.h @@ -0,0 +1,18 @@ +#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 + * after this indexed tiles go + * 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