Daniele Bartolini пре 13 година
родитељ
комит
6385952d3f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/input/InputManager.h

+ 1 - 1
src/input/InputManager.h

@@ -50,7 +50,7 @@ public:
 	bool IsMouseAvailable() {}
 	bool IsKeyboardAvailable() {}
 	bool IsTouchAvailable() {}
-	bool IsAccelerometerAvailable {}
+	bool IsAccelerometerAvailable() {}
 
 
 	inline void RegisterMouseListener(MouseListener* listener)