removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Input.h
index 55f6aaf9a817bfc1b330fc40c2eadb055e3269dd..2752b80916b747a51a55af1ccef1b862d4e9b3bc 100644 (file)
@@ -8,6 +8,6 @@
 #include "global.h"
 
 
 #include "global.h"
 
 
-extern void subProcessKeyboardInput(byte);
+void subProcessKeyboardInput(byte);
 
 #endif /* INPUT_H */
 
 #endif /* INPUT_H */