2da42edf7a2946f93f84d7cbfd6b5d6baebc0895
[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;
11 extern _Sets Sets;
12
13 #endif //__CLIENT_H
14