aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/errors.h')
-rw-r--r--engines/sludge/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/errors.h b/engines/sludge/errors.h
index 0c4716c3e2..f706bad83f 100644
--- a/engines/sludge/errors.h
+++ b/engines/sludge/errors.h
@@ -23,6 +23,8 @@
#ifndef SLUDGE_ERRRORS_H
#define SLUDGE_ERRRORS_H
+namespace Sludge {
+
#define _NO_MEMORY_GENERAL_ "\n\nTry closing down any programs you don't really need running (or freeing up a bit of disk space, which will give you more virtual memory - that should help too)."
//---------------------------------------
@@ -69,4 +71,6 @@
#define WARNING_BASS_WRONG_VERSION "Incompatible version of BASS.DLL found!"
#define WARNING_BASS_FAIL "Can't initialise sound engine."
+} // End of namespace Sludge
+
#endif