diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 13:05:53 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 13:05:53 +0200 |
| commit | f8c409250c1e5b764ed27cfd291f7fbe8ab0a936 (patch) | |
| tree | 13f7d35a81e7199f7e50dda65331a0b501a1c45e /stdlib/tilemap.h | |
| parent | 4b6988c65399c4ff5e613eb61ba2a056c4edb18b (diff) | |
| download | bidi-f8c409250c1e5b764ed27cfd291f7fbe8ab0a936.tar.gz | |
Removed pregenerated headers
Diffstat (limited to 'stdlib/tilemap.h')
| -rw-r--r-- | stdlib/tilemap.h | 11 |
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 |
