removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Zonk.h
index 7e6022f84bbaf0f3ea20a6078522dd0050b27ee9..9b73a22c77d8c669da9c6df4896cf102f814070a 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 */