aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 99b003f380..f4f40223b1 100644
--- a/common/util.h
+++ b/common/util.h
@@ -319,4 +319,7 @@ extern int gDebugLevel;
char *scumm_strrev(char *str);
+const char *tag2str(uint32 tag);
+
+
#endif