More switch reformatting.
[open-adventure.git] / main.h
diff --git a/main.h b/main.h
index c7b40b565189d83cea66a48b39879e34d718cd6f..fd51876a2183f4e62bab1a79d2a585ca86a12927 100644 (file)
--- a/main.h
+++ b/main.h
@@ -48,7 +48,11 @@ struct game_t        {
     long turns;
     /* more state will go here */
     long wzdark;
+    long zzword;
     /* more state will go here */
+    long clshint;
     long novice;
+    /* more state will go here */
+    long dseen[7];
 };
 extern struct game_t game;