changed sound effect "game.losing" to be undefined by default
[rocksndiamonds.git] / src / anim.h
index cbaeda2b596134d25c17ecb52e92b5c03b47418e..d16d92370c32bfb9462adddd39394688651ff4d6 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
 // ============================================================================
@@ -18,6 +18,10 @@ int getAnimationFrame(int, int, int, int, int);
 void InitGlobalAnimations(void);
 void DrawGlobalAnimations(int, int);
 
+void RestartGlobalAnimsByStatus(int);
+
 boolean HandleGlobalAnimClicks(int, int, int, boolean);
 
+int getGlobalAnimSyncFrame(void);
+
 #endif