X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fcartoons.c;h=043bd562c40bd7ac6b24b56339f5714843371240;hp=a0115cf98dce2b312824186ef95b8ac2afe3c2be;hb=29519e4b412b6fd0b2a18145f010f53ca09fa456;hpb=e126d0677786bc2a76f4b8dfcbc1be81bd5d9d1b diff --git a/src/cartoons.c b/src/cartoons.c index a0115cf9..043bd562 100644 --- a/src/cartoons.c +++ b/src/cartoons.c @@ -71,3 +71,22 @@ void InitToons() REAL_SX, REAL_SY, FULL_SXSIZE, FULL_SYSIZE, GAME_FRAME_DELAY); } + +void DrawGlobalAnim() +{ +} + +void InitAnimation() +{ + HandleAnimation(ANIM_START); +} + +void StopAnimation() +{ + HandleAnimation(ANIM_STOP); +} + +void DoAnimation() +{ + HandleAnimation(ANIM_CONTINUE); +}