code cleanup (using new and already existing structures)
[rocksndiamonds.git] / src / libgame / system.h
index f8d36daf709b24c3c372bff424bf74ddf671468e..33c435d5b1356e204f7b2bc8785633e655b5f019 100644 (file)
@@ -1417,6 +1417,12 @@ struct ValueTextInfo
   char *text;
 };
 
+struct StringValueTextInfo
+{
+  char *value;
+  char *text;
+};
+
 struct ConfigInfo
 {
   char *token;