changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Zonk.h
index 9bd3f770099d18f74c545df39c447aef00afe982..603b9c328084f0fd182f2c802127b0758fd91730 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "global.h"
 
-extern int subAnimateZonks(int si);
-extern int subCleanUpForZonksAbove(int si);
+void subAnimateZonks(int si);
 
-#endif /* ZONK_H */
+#endif // ZONK_H