diff options
Diffstat (limited to 'engines/cruise/stringSupport.h')
-rw-r--r-- | engines/cruise/stringSupport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cruise/stringSupport.h b/engines/cruise/stringSupport.h index d685940233..bd4c66fff1 100644 --- a/engines/cruise/stringSupport.h +++ b/engines/cruise/stringSupport.h @@ -27,10 +27,11 @@ namespace Cruise { +// TODO: Get rid of these and this file (either use strcpy directly, or switch to Common::String) + 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 |