rnd-20030118-1-src
[rocksndiamonds.git] / src / main.h
index 3679d5503966117b64d10449f4facaefd4db5263..394dc09881ecee62d363a07ee70eaa870b5a31bc 100644 (file)
 #define PROGRAM_VERSION_MAJOR  2
 #define PROGRAM_VERSION_MINOR  2
 #define PROGRAM_VERSION_PATCH  0
-#define PROGRAM_VERSION_STRING "2.2.0rc2"
+#define PROGRAM_VERSION_STRING "2.2.0rc3"
 
 #define PROGRAM_TITLE_STRING   "Rocks'n'Diamonds"
 #define PROGRAM_AUTHOR_STRING  "Holger Schemel"
@@ -1637,6 +1637,7 @@ struct GlobalInfo
 
 struct ElementInfo
 {
+  char *token_name;            /* element token used in config files */
   char *sound_class_name;      /* classification for custom sound effects */
   char *editor_description;    /* short description for level editor */