aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/linuxstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/linuxstuff.cpp')
-rw-r--r--engines/sludge/linuxstuff.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sludge/linuxstuff.cpp b/engines/sludge/linuxstuff.cpp
index d5b76a5cf0..454cf932d0 100644
--- a/engines/sludge/linuxstuff.cpp
+++ b/engines/sludge/linuxstuff.cpp
@@ -35,6 +35,8 @@
#include "debug.h"
#include "helpers.h"
+namespace Sludge {
+
extern settingsStruct gameSettings;
cmdlineSettingsStruct cmdlineSettings;
@@ -222,4 +224,7 @@ uint32_t launch(char *filename) {
bool defaultUserFullScreen() {
return false;
}
+
+} // End of namespace Sludge
+
#endif