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, 8 insertions, 0 deletions
diff --git a/src/tmx.h b/src/tmx.h
new file mode 100644
index 0000000..e2ab766
--- /dev/null
+++ b/src/tmx.h
@@ -0,0 +1,8 @@
+#ifndef TMX_H
+#define TMX_H
+
+#include "map.h"
+
+struct map *tmx_load(const char *path);
+
+#endif