X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.h;h=0895cb4b3f4fdec63af229f46d4cdeb65649f4ad;hb=26debbd380c6922e5a0b60d99567c6374a4fef9a;hp=5aa4a7b1697e571cd5917af880c97945272ab82a;hpb=6bd4d8e827e8e47b78db4a1f236cba2eed7032b4;p=lugaru.git diff --git a/Source/Input.h b/Source/Input.h index 5aa4a7b..0895cb4 100644 --- a/Source/Input.h +++ b/Source/Input.h @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010 - MCMic +Copyright (C) 2010 - Côme BERNIGAUD This file is part of Lugaru. @@ -38,7 +38,6 @@ class Input { static bool isKeyDown(int k); static bool isKeyPressed(int k); static const char* keyToChar(unsigned short which); - static void setKeyFor(Game* g); static unsigned short CharToKey(const char* which); static Boolean MouseClicked(); };