aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.h
diff options
context:
space:
mode:
authorArnaud Boutonné2011-02-12 08:13:35 +0000
committerArnaud Boutonné2011-02-12 08:13:35 +0000
commit69d907151bf466f67d4e4546a5690befc65ebac4 (patch)
tree8939f72f9fa276280d4dd492776a210c20142cb8 /engines/hugo/util.h
parent191d21678588d22d5c09e97d20f7a87225622c07 (diff)
downloadscummvm-rg350-69d907151bf466f67d4e4546a5690befc65ebac4.tar.gz
scummvm-rg350-69d907151bf466f67d4e4546a5690befc65ebac4.tar.bz2
scummvm-rg350-69d907151bf466f67d4e4546a5690befc65ebac4.zip
HUGO: Cleanup based on Fingolfin comments
svn-id: r55887
Diffstat (limited to 'engines/hugo/util.h')
-rw-r--r--engines/hugo/util.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/hugo/util.h b/engines/hugo/util.h
index 65164bbe3c..84f69858fd 100644
--- a/engines/hugo/util.h
+++ b/engines/hugo/util.h
@@ -39,17 +39,17 @@ enum seqTextUtil {
kGameOver = 0
};
+namespace Utils {
static const int kMaxStrLength = 1024;
-namespace Utils {
-int firstBit(byte data);
-int lastBit(byte data);
+int firstBit(byte data);
+int lastBit(byte data);
-void gameOverMsg();
-void reverseByte(byte *data);
+void gameOverMsg();
+void reverseByte(byte *data);
-char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3);
-char *strlwr(char *buffer);
+char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3);
+char *strlwr(char *buffer);
}
} // End of namespace Hugo