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