]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.h
Replacing the headers yet again, this time from Mesa 7.8.1
[lugaru.git] / Source / WinInput.h
index 8170ba1cdc6682f796d6fd3b8cbca1dda8e2b9bb..b84b0e0d2b574513d051f3ada22a7f223f0a1e08 100644 (file)
@@ -141,11 +141,11 @@ 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);
+bool   Compare(const char *thestring, const char *tocompare, int start, int end);
 
 
 typedef unsigned char KeyMap[16];