changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Zonk.h
index 7e6022f84bbaf0f3ea20a6078522dd0050b27ee9..603b9c328084f0fd182f2c802127b0758fd91730 100644 (file)
@@ -5,14 +5,8 @@
 #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);
+void subAnimateZonks(int si);
 
-#endif /* ZONK_H */
+#endif // ZONK_H