X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fanim.h;h=3d0153c99532c1c3ec8d23c9216d3c9128d932ea;hb=4b19c6f46ee4ba9aeb067e0384a5c2b1a1b1b9b1;hp=cbaeda2b596134d25c17ecb52e92b5c03b47418e;hpb=c271d9388070fd4ae23f7b75abab9045bd81bb73;p=rocksndiamonds.git diff --git a/src/anim.h b/src/anim.h index cbaeda2b..3d0153c9 100644 --- a/src/anim.h +++ b/src/anim.h @@ -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