]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Input.h
convert Game class to namespace
[lugaru.git] / Source / Input.h
index 5aa4a7b1697e571cd5917af880c97945272ab82a..0895cb4b3f4fdec63af229f46d4cdeb65649f4ad 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010 - MCMic
+Copyright (C) 2010 - Côme <MCMic> 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();
 };