massive cleaning of file section headers
[physics.git] / src / input / inputManager.h
index 411dcc2..8e708d9 100644 (file)
@@ -4,6 +4,10 @@
 #include <SDL/SDL.h>
 
 /// ***** Header Methods *****
+
+void inputInit();
+void inputClean();
+
 void inputUpdate();
 
 bool isPressed(Uint8);