Subversion Repositories programming

Rev

Rev 306 | Rev 312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 311
Line 8... Line 8...
8
#define DRAW_H
8
#define DRAW_H
9
 
9
 
10
#include <ggi/ggi.h>
10
#include <ggi/ggi.h>
11
 
11
 
12
/* Colors */
12
/* Colors */
13
#define AQUA    0
13
#define BLACK   0
14
#define BLACK   1
14
#define AQUA    1
15
#define BLUE    2
15
#define BLUE    2
16
#define FUCHSIA 3
16
#define FUCHSIA 3
17
#define GRAY    4
17
#define GRAY    4
18
#define GREEN   5
18
#define GREEN   5
19
#define LIME    6
19
#define LIME    6