renamed and cleaned up source files for handling global animations
[rocksndiamonds.git] / src / cartoons.h
diff --git a/src/cartoons.h b/src/cartoons.h
deleted file mode 100644 (file)
index ff84dd0..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-// ============================================================================
-// Rocks'n'Diamonds - McDuffin Strikes Back!
-// ----------------------------------------------------------------------------
-// (c) 1995-2014 by Artsoft Entertainment
-//                         Holger Schemel
-//                 info@artsoft.org
-//                 http://www.artsoft.org/
-// ----------------------------------------------------------------------------
-// cartoons.h
-// ============================================================================
-
-#ifndef CARTOONS_H
-#define CARTOONS_H
-
-
-/* values for global animations */
-#define ANIM_STATE_INACTIVE    0
-#define ANIM_STATE_RESTART     (1 << 0)
-#define ANIM_STATE_WAITING     (1 << 1)
-#define ANIM_STATE_RUNNING     (1 << 2)
-
-
-void InitGlobalAnimations(void);
-void DrawGlobalAnimations(int);
-
-#endif