]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.h
Move player account handling into separate class
[lugaru.git] / Source / WinInput.h
index b84b0e0d2b574513d051f3ada22a7f223f0a1e08..bbdf59736f77049909b0db0853e91ba6f1294d35 100644 (file)
@@ -145,7 +145,6 @@ unsigned short      CharToKey(const char* which);
 const char*    KeyToChar(unsigned short which);
 char   KeyToSingleChar(unsigned short which);
 char   Shift(char which);
-bool   Compare(const char *thestring, const char *tocompare, int start, int end);
 
 
 typedef unsigned char KeyMap[16];