removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Input.h
index 0183b702d659ce9362d5643d26036021afbe2ed4..2752b80916b747a51a55af1ccef1b862d4e9b3bc 100644 (file)
@@ -5,17 +5,9 @@
 #ifndef INPUT_H
 #define INPUT_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
 
-extern DemoBufferObject DemoBuffer;
-extern boolean KeyState[255 + 1];
-
-extern void subProcessKeyboardInput(byte);
+void subProcessKeyboardInput(byte);
 
 #endif /* INPUT_H */