aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.h
diff options
context:
space:
mode:
authorstrangerke2011-03-17 20:07:24 +0100
committerstrangerke2011-03-17 20:07:24 +0100
commit563ac93c166f31864c2bcaa9e99e71e2c5882910 (patch)
tree396725731c35fef0cdfa8f4f2ad3db34b3a6a663 /engines/hugo/util.h
parent758aa78acc129c78942246df0e6425f03f2fa968 (diff)
downloadscummvm-rg350-563ac93c166f31864c2bcaa9e99e71e2c5882910.tar.gz
scummvm-rg350-563ac93c166f31864c2bcaa9e99e71e2c5882910.tar.bz2
scummvm-rg350-563ac93c166f31864c2bcaa9e99e71e2c5882910.zip
Hugo: Use EntryDialog in Box()
Diffstat (limited to 'engines/hugo/util.h')
-rw-r--r--engines/hugo/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/util.h b/engines/hugo/util.h
index 10376c8381..acead5a0c4 100644
--- a/engines/hugo/util.h
+++ b/engines/hugo/util.h
@@ -47,7 +47,7 @@ int lastBit(byte data);
void reverseByte(byte *data);
-char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3);
+const char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3);
char *strlwr(char *buffer);
}