X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWinInput.h;h=bbdf59736f77049909b0db0853e91ba6f1294d35;hb=decb00e82a2e65e25dbcdd8f16fff5a6a07d31d6;hp=b84b0e0d2b574513d051f3ada22a7f223f0a1e08;hpb=2ee52e8aac60f13cdbfb53adcacac57985f4e24f;p=lugaru.git diff --git a/Source/WinInput.h b/Source/WinInput.h index b84b0e0..bbdf597 100644 --- a/Source/WinInput.h +++ b/Source/WinInput.h @@ -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];