]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Input.h
Remove typedef bool -> Boolean, using standard bool instead
[lugaru.git] / Source / Input.h
index e1fb6f0f6ec09b6d7db7dc765da2f6a7351bddf1..302b4f4155bb786b68ff0e157ed31df4b11b23fb 100644 (file)
@@ -39,7 +39,7 @@ public:
     static bool isKeyPressed(int k);
     static const char* keyToChar(unsigned short which);
     static unsigned short CharToKey(const char* which);
-    static Boolean MouseClicked();
+    static bool MouseClicked();
 };
 
 #endif