X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fanim.h;h=5c5b7895456569b5cd5e5e88cf2fb6b726cc5724;hp=99de93ea660bff57a7f5125e4e25bfdcfdf280b4;hb=67f3bfab902e53e0dc24a01eb6c0e4d274030a47;hpb=ee9e184f386884046f1a9c8720c0ff212738b46a diff --git a/src/anim.h b/src/anim.h index 99de93ea..5c5b7895 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 // ============================================================================ @@ -18,4 +18,6 @@ int getAnimationFrame(int, int, int, int, int); void InitGlobalAnimations(void); void DrawGlobalAnimations(int, int); +boolean HandleGlobalAnimClicks(int, int, int, boolean); + #endif