rnd-20020318-4-src
[rocksndiamonds.git] / src / libgame / misc.h
index 978cb23b965ba5ed535c52919190db37beef716b..6213ae1becb60e190251707fabe826ba1c3d5bdd 100644 (file)
@@ -77,6 +77,13 @@ struct SetupFileList
   struct SetupFileList *next;
 };
 
+struct TokenInfo
+{
+  int type;
+  void *value;
+  char *text;
+};
+
 void InitCounter(void);
 unsigned long Counter(void);
 void Delay(unsigned long);