]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Input.cpp
Remove typedef bool -> Boolean, using standard bool instead
[lugaru.git] / Source / Input.cpp
index 6080516a86d684165ee3e5c53eabe5e54f89ba41..ae4f68fb711fe9ec90dcd0b59100a63637b847a3 100644 (file)
@@ -88,7 +88,7 @@ unsigned short Input::CharToKey(const char* which)
     return SDL_NUM_SCANCODES;
 }
 
-Boolean Input::MouseClicked()
+bool Input::MouseClicked()
 {
     return isKeyPressed(SDL_NUM_SCANCODES + SDL_BUTTON_LEFT);
 }