summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-08-11 16:44:22 -0600
committerSimponic <loganthebean222@gmail.com>2020-08-11 16:44:22 -0600
commite84e232f8d003f3cf3340517d8bf6b65ba430143 (patch)
tree726c063aa9e4b3a184506c4d7503f8aea7ba4886 /include
parente09a23f0a4f342aa83854ce8cc11aacc09e350fd (diff)
downloadgeometry-dash-gba-e84e232f8d003f3cf3340517d8bf6b65ba430143.tar.gz
geometry-dash-gba-e84e232f8d003f3cf3340517d8bf6b65ba430143.zip
Started work on tile-map
Diffstat (limited to 'include')
-rw-r--r--include/map.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
new file mode 100644
index 0000000..9a8a264
--- /dev/null
+++ b/include/map.h
@@ -0,0 +1,8 @@
+#include "types.h"
+
+#ifndef MAP_H
+#define MAP_H
+
+extern const int map1[7][20];
+
+#endif // MAP_H