moved function to different source file
[rocksndiamonds.git] / src / engines.h
index 826ad9644aff491e6194f09387742183fe59f0be..34838d5a215b00dcd83fdb8c2a1b40c16bfa31f6 100644 (file)
@@ -61,6 +61,7 @@ int el2img_mm(int);
 
 void CheckSingleStepMode_MM(boolean, boolean);
 
+int getGraphicAnimationFrame(int, int);
 void getGraphicSource(int, int, Bitmap **, int *, int *);
 void getMiniGraphicSource(int, Bitmap **, int *, int *);
 void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *);