added key shortcut to dump identifiers for all gadgets on current screen
[rocksndiamonds.git] / src / libgame / gadgets.h
index 0fec5b689b1eafd4a2cc5cc126dbf06d410659ae..5e196192270e3e2de4d58f3f0e0938bb3806911a 100644 (file)
@@ -291,4 +291,6 @@ void ClickOnGadget(struct GadgetInfo *, int);
 boolean HandleGadgets(int, int, int);
 boolean HandleGadgetsKeyInput(Key);
 
+void DumpGadgetIdentifiers(void);
+
 #endif /* GADGETS_H */