rnd-20030121-1-src
[rocksndiamonds.git] / src / main.h
index 423058b41caa668af44b5ef5a1042c1faaf27070..4ee539f6835428d7682b6b1377d8c79a9c64e2e5 100644 (file)
@@ -1027,7 +1027,7 @@ struct GlobalInfo
 
 struct ElementInfo
 {
-  char *token_name;            /* element token used in config files */
+  char *token_name;            /* element token prefix used in config files */
   char *sound_class_name;      /* classification for custom sound effects */
   char *editor_description;    /* short description for level editor */
 
@@ -1148,10 +1148,9 @@ extern struct GlobalInfo global;
 extern struct ElementInfo      element_info[];
 extern struct ElementActionInfo        element_action_info[];
 extern struct ElementDirectionInfo element_direction_info[];
-extern struct GraphicInfo      graphic_info[];
-extern struct SoundInfo                sound_info[];
+extern struct GraphicInfo      *graphic_info;
+extern struct SoundInfo               *sound_info;
 extern struct ConfigInfo       image_config[], sound_config[];
 extern struct ConfigInfo       image_config_suffix[], sound_config_suffix[];
-extern struct FileInfo        *image_files, *sound_files;
 
 #endif /* MAIN_H */