version number set to 4.3.3.1
[rocksndiamonds.git] / src / anim.h
index cbaeda2b596134d25c17ecb52e92b5c03b47418e..3d0153c99532c1c3ec8d23c9216d3c9128d932ea 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // anim.h
 // ============================================================================
@@ -20,4 +20,6 @@ void DrawGlobalAnimations(int, int);
 
 boolean HandleGlobalAnimClicks(int, int, int, boolean);
 
+int getGlobalAnimSyncFrame(void);
+
 #endif