added event actions (by triggering gadgets) for global animations
[rocksndiamonds.git] / src / libgame / gadgets.h
index 5e196192270e3e2de4d58f3f0e0938bb3806911a..5102b792dc81e3d1784a852d2de0618c625af7dc 100644 (file)
@@ -292,5 +292,6 @@ boolean HandleGadgets(int, int, int);
 boolean HandleGadgetsKeyInput(Key);
 
 void DumpGadgetIdentifiers(void);
+boolean DoGadgetAction(int);
 
 #endif /* GADGETS_H */