rnd-20030427-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 706c4fda6dfe9c842e84b2aacaf1f7138b868424..ec071ef7556c8b57faf948deb819919049595d09 100644 (file)
@@ -545,6 +545,12 @@ struct ConfigInfo
   int type;
 };
 
+struct TokenIntPtrInfo
+{
+  char *token;
+  int *value;
+};
+
 struct FileInfo
 {
   char *token;