]> git.sur5r.net Git - cc65/blob - include/pet.h
getfd.o: new object file
[cc65] / include / pet.h
1 /*
2  * pet.h
3  *
4  * Ullrich von Bassewitz, 26.11.1998
5  */
6
7
8
9 #ifndef _PET_H
10 #define _PET_H
11
12
13
14 /* Color defines */
15 #define COLOR_BLACK             0x00
16 #define COLOR_WHITE             0x01
17
18
19
20 /* End of pet.h */
21 #endif
22
23
24