From f8c409250c1e5b764ed27cfd291f7fbe8ab0a936 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Aug 2025 13:05:53 +0200 Subject: Removed pregenerated headers --- stdlib/tilemap.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 stdlib/tilemap.h (limited to 'stdlib/tilemap.h') 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 -- cgit v1.2.3