aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/moreio.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/moreio.h')
-rw-r--r--engines/sludge/moreio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/moreio.h b/engines/sludge/moreio.h
index 9635ffafcc..5d107a82e4 100644
--- a/engines/sludge/moreio.h
+++ b/engines/sludge/moreio.h
@@ -24,6 +24,8 @@
#include <stdint.h>
+namespace Sludge {
+
#if ALLOW_FILE
int get2bytes(FILE *fp);
void put2bytes(int numtoput, FILE *fp);
@@ -39,4 +41,6 @@ void put4bytes(uint32_t f, FILE *fp);
char *encodeFilename(char *nameIn);
char *decodeFilename(char *nameIn);
+} // End of namespace Sludge
+
#endif