rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / OrangeDisk.h
diff --git a/src/game_sp/OrangeDisk.h b/src/game_sp/OrangeDisk.h
new file mode 100644 (file)
index 0000000..2910b1d
--- /dev/null
@@ -0,0 +1,17 @@
+// ----------------------------------------------------------------------------
+// OrangeDisk.h
+// ----------------------------------------------------------------------------
+
+#ifndef ORANGEDISK_H
+#define ORANGEDISK_H
+
+#include "vb_types.h"
+#include "vb_defs.h"
+#include "vb_vars.h"
+#include "vb_lib.h"
+
+#include "global.h"
+
+extern int subAnimateOrangeDisks(int si);
+
+#endif /* ORANGEDISK_H */