changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Infotrons.h
index 7bce75997919d9f388c007ed33aecb7916d4ce00..4a404aee98ec12fa6ead09f998322cf6b63249e3 100644 (file)
@@ -5,14 +5,10 @@
 #ifndef INFOTRONS_H
 #define INFOTRONS_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-extern int subAnimateInfotrons(int si);
-extern int subCleanUpForInfotronsAbove(int si);
 
-#endif /* INFOTRONS_H */
+void subAnimateInfotrons(int);
+void subCleanUpForInfotronsAbove(int);
+
+#endif // INFOTRONS_H