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