added showing mouse cursor for levels with mouse click custom elements
[rocksndiamonds.git] / src / tools.h
index cb8c9343d0f3c474f245c2e5941806e3c0d88e8f..73909235ae2fcbded4cb3f9f5130de0e996d8da3 100644 (file)
@@ -150,6 +150,7 @@ void getSizedGraphicSourceExt(int, int, int, Bitmap **, int *, int *, boolean);
 void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *);
 void getFixedGraphicSource(int, int, Bitmap **, int *, int *);
 void getMiniGraphicSource(int, Bitmap **, int *, int *);
+void getGlobalAnimGraphicSource(int, int, Bitmap **, int *, int *);
 void getGraphicSource(int, int, Bitmap **, int *, int *);
 
 void DrawGraphic(int, int, int, int);
@@ -297,4 +298,6 @@ void ChangeViewportPropertiesIfNeeded(void);
 boolean CheckIfAllViewportsHaveChanged(void);
 boolean CheckFadeAll(void);
 
+void TestGeneratingUUIDs(void);
+
 #endif // TOOLS_H