unofficial version 0.8: chat, code cleanup
[netris.git] / client.h
diff --git a/client.h b/client.h
new file mode 100644 (file)
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
+