summaryrefslogtreecommitdiff
path: root/stdlib/tilemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tilemap.h')
-rw-r--r--stdlib/tilemap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/stdlib/tilemap.h b/stdlib/tilemap.h
deleted file mode 100644
index 3a60c2d..0000000
--- a/stdlib/tilemap.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef tilemap_H
-#define tilemap_H
-
-unsigned char tilemap[] = {
- 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x6d, 0x61,
- 0x70, 0x20, 0x3d, 0x20, 0x7b, 0x7d, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x74, 0x69, 0x6c, 0x65, 0x6d, 0x61, 0x70, 0x0a
-};
-unsigned int tilemap_len = 35;
-
-#endif // tilemap_H