renamed and cleaned up source files for handling global animations
[rocksndiamonds.git] / src / anim.h
diff --git a/src/anim.h b/src/anim.h
new file mode 100644 (file)
index 0000000..b55a550
--- /dev/null
@@ -0,0 +1,21 @@
+// ============================================================================
+// Rocks'n'Diamonds - McDuffin Strikes Back!
+// ----------------------------------------------------------------------------
+// (c) 1995-2014 by Artsoft Entertainment
+//                         Holger Schemel
+//                 info@artsoft.org
+//                 http://www.artsoft.org/
+// ----------------------------------------------------------------------------
+// anim.h
+// ============================================================================
+
+#ifndef ANIM_H
+#define ANIM_H
+
+
+int getAnimationFrame(int, int, int, int, int);
+
+void InitGlobalAnimations(void);
+void DrawGlobalAnimations(int);
+
+#endif