X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.h;h=3bf8d796609e5220c781abaa7c5bd67a49542db5;hb=cc92cb7b7f9b87cb791c504bf930d622d74db368;hp=e1fb6f0f6ec09b6d7db7dc765da2f6a7351bddf1;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Input.h b/Source/Input.h index e1fb6f0..3bf8d79 100644 --- a/Source/Input.h +++ b/Source/Input.h @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010 - Côme BERNIGAUD +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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