rnd-20070314-1-src
[rocksndiamonds.git] / src / libgame / misc.c
index e08a45c98effdee83c18765b1a54ae62e94a4381..448b39cea561857b0a4856128b70baee7175ab43 100644 (file)
@@ -156,6 +156,11 @@ int log_2(unsigned int x)
   return e;
 }
 
+boolean getTokenValueFromString(char *string, char **token, char **value)
+{
+  return getTokenValueFromSetupLine(string, token, value);
+}
+
 
 /* ------------------------------------------------------------------------- */
 /* counter functions                                                         */