More structurization.
[open-adventure.git] / main.h
diff --git a/main.h b/main.h
index 5af50f3a7625c62b1be79dc393dac80705c058fa..fd51876a2183f4e62bab1a79d2a585ca86a12927 100644 (file)
--- a/main.h
+++ b/main.h
@@ -50,6 +50,9 @@ struct game_t {
     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;