X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/45dc9d995860486f1758dcf79fd2d8cd8dfb210a..0e779d807aa1830dde2f4a75117fd16f5627dc76:/client.h diff --git a/client.h b/client.h new file mode 100644 index 0000000..2da42ed --- /dev/null +++ b/client.h @@ -0,0 +1,14 @@ +#ifndef __CLIENT_H +#define __CLIENT_H + +typedef struct { + short drawstyle; + short dropmode; + short standout; + short color; + short ascii; +} _Sets; +extern _Sets Sets; + +#endif //__CLIENT_H +