added functions for setting and getting screen borders for gadgets
[rocksndiamonds.git] / src / libgame / gadgets.h
index b2b43588cc8134b6ef05fcfd6382a2d24bf092b4..ad9e939c5d7bb3ee37cd180e6072e539d4b5fb41 100644 (file)
@@ -276,6 +276,7 @@ struct GadgetInfo
 
 void InitGadgetsSoundCallback(void (*activating_function)(void),
                              void (*selecting_function)(void));
+void InitGadgetScreenBorders(int, int);
 
 struct GadgetInfo *CreateGadget(int, ...);
 void FreeGadget(struct GadgetInfo *);