aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tilemap.h
blob: 3a60c2d78e871ee40727ea22f3430184d5a8f32f (plain)
1
2
3
4
5
6
7
8
9
10
11
#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