aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/platform-dependent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/platform-dependent.h')
-rw-r--r--engines/sludge/platform-dependent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/platform-dependent.h b/engines/sludge/platform-dependent.h
index 973e20f4b5..5754ef5c6c 100644
--- a/engines/sludge/platform-dependent.h
+++ b/engines/sludge/platform-dependent.h
@@ -26,6 +26,8 @@
*/
#include <stdint.h>
+namespace Sludge {
+
char *grabFileName();
int showSetupWindow();
@@ -37,4 +39,6 @@ uint32_t launch(char *filename);
bool defaultUserFullScreen();
+} // End of namespace Sludge
+
#endif