changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / SnikSnaks.h
index fd5f9ffe185afdcd27613aec883f73865f8f7b4d..acb5ba27038656b2ebbcc6b1ebf6c03d9a2fc975 100644 (file)
@@ -8,7 +8,7 @@
 #include "global.h"
 
 
-extern void subAnimateSnikSnaks(int);
-extern void subDrawAnimatedSnikSnaks(int);
+void subAnimateSnikSnaks(int);
+void subDrawAnimatedSnikSnaks(int);
 
-#endif /* SNIKSNAKS_H */
+#endif // SNIKSNAKS_H