diff options
Diffstat (limited to 'engines/cruise/stringSupport.h')
| -rw-r--r-- | engines/cruise/stringSupport.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/cruise/stringSupport.h b/engines/cruise/stringSupport.h index dca3091520..d5d9b33702 100644 --- a/engines/cruise/stringSupport.h +++ b/engines/cruise/stringSupport.h @@ -27,10 +27,10 @@  namespace Cruise { -void strcpyuint8(void* dest, void* source); -void strcatuint8(void* dest, void* source); -uint8 strcmpuint8(void* string1, void* string2); -FILE* fopenuint8(void* name, void* param); +void strcpyuint8(void* dest, const void* source); +void strcatuint8(void* dest, const void* source); +uint8 strcmpuint8(const void* string1, const void* string2); +FILE* fopenuint8(void* name, const void* param);  } // End of namespace Cruise  | 
