code cosmetics (mostly var/function renaming)
[netris.git] / client.h
index 2da42edf7a2946f93f84d7cbfd6b5d6baebc0895..32cdb0524f40b4ea3615407ac830dc3e69b0ca09 100644 (file)
--- a/client.h
+++ b/client.h
@@ -7,8 +7,8 @@ typedef struct {
        short standout;
        short color;
        short ascii;
-} _Sets;
-extern _Sets Sets;
+} sets_t;
+extern sets_t Sets;
 
 #endif //__CLIENT_H