code duplication
[netris.git] / client.h
1 #ifndef __CLIENT_H
2 #define __CLIENT_H
3
4 typedef struct {
5         short drawstyle;
6         short dropmode;
7         short standout;
8         short color;
9         short ascii;
10 } sets_t;
11 extern sets_t Sets;
12
13 #endif //__CLIENT_H
14