rnd-20020907-1-src
[rocksndiamonds.git] / src / main.c
index a7542a476fe312774656ba74ae4a82b26173db7b..68466fe5d63e82b1225da3aabfe6f9680c1c1816 100644 (file)
@@ -136,6 +136,19 @@ char *sound_name[NUM_SOUNDS] =
   "gate.wav"
 };
 
+char *image_config_suffix[] =
+{
+  ".frame_xpos",
+  ".frame_ypos",
+  ".num_frames",
+  NULL
+};
+
+char *sound_config_suffix[] =
+{
+  NULL
+};
+
 struct ConfigInfo image_config[] =
 {
   /* graphics for Boulder Dash style elements and actions */