summaryrefslogtreecommitdiff
path: root/src/disk_img.h
blob: 3095af0fd53af0074da830318722a01b7de067cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifdef __cplusplus
extern "C" {
#endif

extern unsigned short int disk_img[];
void Draw16x16Image(unsigned short *Screen, int x, int y, unsigned short *Img);
void Draw16x16Square(unsigned short *Screen, int x, int y, unsigned char r, unsigned char g, unsigned char b);


#ifdef __cplusplus
}
#endif