aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/newfatal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/newfatal.h')
-rw-r--r--engines/sludge/newfatal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/newfatal.h b/engines/sludge/newfatal.h
index 6fd5b2f0d5..a97dca8101 100644
--- a/engines/sludge/newfatal.h
+++ b/engines/sludge/newfatal.h
@@ -24,6 +24,8 @@
#include "errors.h"
+namespace Sludge {
+
bool hasFatal();
int fatal(const char *str);
@@ -36,4 +38,6 @@ void warning(const char *l);
void setResourceForFatal(int n);
char *resourceNameFromNum(int i);
+} // End of namespace Sludge
+
#endif