small structural code change for global animations preparation
[rocksndiamonds.git] / src / cartoons.c
index a0115cf98dce2b312824186ef95b8ac2afe3c2be..043bd562c40bd7ac6b24b56339f5714843371240 100644 (file)
@@ -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);
+}