rnd-20040927-1-src
[rocksndiamonds.git] / src / main.h
index dcf4f1df9e9fc2c3bbeaf888fccef8ef5b9be958..9a3343b8c10cd8f826940c8be6c283355ac9166f 100644 (file)
 
 /* values for sound configuration suffixes */
 #define SND_ARG_MODE_LOOP                      0
+#define SND_ARG_VOLUME                         1
+#define SND_ARG_PRIORITY                       2
 
-#define NUM_SND_ARGS                           1
+#define NUM_SND_ARGS                           3
 
 
 /* values for music configuration suffixes */
@@ -1942,6 +1944,8 @@ struct GraphicInfo
 struct SoundInfo
 {
   boolean loop;
+  int volume;
+  int priority;
 };
 
 struct MusicInfo