aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/helpers.cpp')
-rw-r--r--engines/sludge/helpers.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/helpers.cpp b/engines/sludge/helpers.cpp
index f25f878b5d..30d50943ac 100644
--- a/engines/sludge/helpers.cpp
+++ b/engines/sludge/helpers.cpp
@@ -22,6 +22,8 @@
#include "allfiles.h"
#include "helpers.h"
+namespace Sludge {
+
bool fileExists(const char *file) {
bool retval = false;
#if ALLOW_FILE
@@ -34,3 +36,5 @@ bool fileExists(const char *file) {
#endif
return retval;
}
+
+} // End of namespace Sludge