changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Infotrons.h
index a18fedd0fc139498d0a3cd55dad1648abbd73afa..4a404aee98ec12fa6ead09f998322cf6b63249e3 100644 (file)
@@ -8,7 +8,7 @@
 #include "global.h"
 
 
-extern void subAnimateInfotrons(int);
-extern void subCleanUpForInfotronsAbove(int);
+void subAnimateInfotrons(int);
+void subCleanUpForInfotronsAbove(int);
 
-#endif /* INFOTRONS_H */
+#endif // INFOTRONS_H