summaryrefslogtreecommitdiffstats
path: root/src/tmx.h
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-02-17 05:52:58 (EST)
committer P. J. McDermott <pjm@nac.net>2013-02-17 05:55:20 (EST)
commit3f5ba41ed0364268d5a6d10e4ab559b61393edf0 (patch)
treed0c346d1f7885ed65f6298096c88b9997b6949de /src/tmx.h
parent5a63b4c2710732f73caed6fa9fa08fcf1ca7fd44 (diff)
downloadoverworld-rpg-3f5ba41ed0364268d5a6d10e4ab559b61393edf0.zip
overworld-rpg-3f5ba41ed0364268d5a6d10e4ab559b61393edf0.tar.gz
overworld-rpg-3f5ba41ed0364268d5a6d10e4ab559b61393edf0.tar.bz2
Delete old map-related files.
Diffstat (limited to 'src/tmx.h')
-rw-r--r--src/tmx.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tmx.h b/src/tmx.h
deleted file mode 100644
index e2ab766..0000000
--- a/src/tmx.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef TMX_H
-#define TMX_H
-
-#include "map.h"
-
-struct map *tmx_load(const char *path);
-
-#endif