rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / Zonk.h
diff --git a/src/game_sp/Zonk.h b/src/game_sp/Zonk.h
new file mode 100644 (file)
index 0000000..7e6022f
--- /dev/null
@@ -0,0 +1,18 @@
+// ----------------------------------------------------------------------------
+// Zonk.h
+// ----------------------------------------------------------------------------
+
+#ifndef ZONK_H
+#define ZONK_H
+
+#include "vb_types.h"
+#include "vb_defs.h"
+#include "vb_vars.h"
+#include "vb_lib.h"
+
+#include "global.h"
+
+extern int subAnimateZonks(int si);
+extern int subCleanUpForZonksAbove(int si);
+
+#endif /* ZONK_H */