X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWinInput.h;h=bbdf59736f77049909b0db0853e91ba6f1294d35;hb=419740b5c1ff7bab1c66b6be545dd429a8d4bdb9;hp=b84b0e0d2b574513d051f3ada22a7f223f0a1e08;hpb=79b5064ce9bf996395b8605691b09bcdbf503d2a;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];