rnd-20100313-1-src
[rocksndiamonds.git] / src / game_sp / export.h
index 9e374dc52e752118fc3068b545105bea0ff75524..ca5912b60d58aada1abb3511adda8b241a0f6cd6 100644 (file)
 #define SP_MAX_TAPE_LEN                        64010   /* (see "spfix63.doc") */
 
 
+/* sound actions */
+
+#define actActive                      0
+#define actImpact                      1
+#define actExploding                   2
+#define actDigging                     3
+#define actSnapping                    4
+#define actCollecting                  5
+#define actPassing                     6
+#define actPushing                     7
+#define actDropping                    8
+
+
 /* ------------------------------------------------------------------------- */
 /* data structure definitions                                                */
 /* ------------------------------------------------------------------------- */