X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.h;h=0895cb4b3f4fdec63af229f46d4cdeb65649f4ad;hb=55148f29742cb999593129d751df08b275ba0198;hp=5aa4a7b1697e571cd5917af880c97945272ab82a;hpb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;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(); };