diff options
Diffstat (limited to 'devtools/create_teenagent/util.h')
-rw-r--r-- | devtools/create_teenagent/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_teenagent/util.h b/devtools/create_teenagent/util.h index 0d8e15cc37..a2783cca71 100644 --- a/devtools/create_teenagent/util.h +++ b/devtools/create_teenagent/util.h @@ -50,6 +50,7 @@ uint32 fileSize(FILE *fp); void NORETURN_PRE error(const char *s, ...) NORETURN_POST; void warning(const char *s, ...); void debug(int level, const char *s, ...); +int scumm_stricmp(const char *s1, const char *s2); using namespace Common; |