]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Input.h
convert Game class to namespace
[lugaru.git] / Source / Input.h
index 17f11b065b54e57aaef71e9185a85e52f96f0cf8..0895cb4b3f4fdec63af229f46d4cdeb65649f4ad 100644 (file)
@@ -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();
 };