removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / OrangeDisk.h
index 410aab4d3b15685ec0c79c85a4cc1dd9273ac771..beab880c6c9cec99588d717db8f0364cbc05f866 100644 (file)
@@ -8,6 +8,6 @@
 #include "global.h"
 
 
-extern void subAnimateOrangeDisks(int);
+void subAnimateOrangeDisks(int);
 
 #endif /* ORANGEDISK_H */