aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.h')
-rw-r--r--engines/gob/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/util.h b/engines/gob/util.h
index e6145fcde7..3adc26385a 100644
--- a/engines/gob/util.h
+++ b/engines/gob/util.h
@@ -77,6 +77,7 @@ public:
static void insertStr(const char *str1, char *str2, int16 pos);
static void cutFromStr(char *str, int16 from, int16 cutlen);
static void prepareStr(char *str);
+ static void replaceChar(char *str, char c1, char c2);
static void listInsertFront(List *list, void *data);
static void listInsertBack(List *list, void *data);