]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacInput.h
Merge.
[lugaru.git] / Source / MacInput.h
index aa85de73953cad03d2d1aac90648be0cabcb93a0..60e65f9f92d6d5f59ed4a32a05b6740eb3e5e0b5 100644 (file)
@@ -135,10 +135,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);
+bool   Compare(const char *thestring, const char *tocompare, int start, int end);
 
 #endif