From e84e232f8d003f3cf3340517d8bf6b65ba430143 Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 11 Aug 2020 16:44:22 -0600 Subject: Started work on tile-map --- include/map.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/map.h (limited to 'include/map.h') 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 -- cgit v1.2.3-70-g09d2