]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.h
Move player account handling into separate class
[lugaru.git] / Source / WinInput.h
index 8170ba1cdc6682f796d6fd3b8cbca1dda8e2b9bb..bbdf59736f77049909b0db0853e91ba6f1294d35 100644 (file)
@@ -141,11 +141,10 @@ void      InitMouse();
 void   MoveMouse(int xcoord, int ycoord, Point *mouseloc);
 void   RefreshMouse(Point *mouseloc);
 void   DisposeMouse();
-unsigned short         CharToKey(char* which);
-char*  KeyToChar(unsigned short which);
+unsigned short         CharToKey(const char* which);
+const char*    KeyToChar(unsigned short which);
 char   KeyToSingleChar(unsigned short which);
 char   Shift(char which);
-bool   Compare(char *thestring, char *tocompare, int start, int end);
 
 
 typedef unsigned char KeyMap[16];