rnd-20061206-1-src
[rocksndiamonds.git] / src / libgame / gadgets.h
index 7f352a87b5d49b61d4fe8817aaeb8dd864dea6f3..8c8d6c353bfd9b70a24a7792e9e8d11f9c394417 100644 (file)
@@ -251,6 +251,10 @@ struct GadgetInfo
   struct GadgetInfo *next;             /* next list entry */
 };
 
+
+void InitGadgetsSoundCallback(void (*activating_function)(void),
+                             void (*selecting_function)(void));
+
 struct GadgetInfo *CreateGadget(int, ...);
 void FreeGadget(struct GadgetInfo *);