aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/zbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/zbuffer.cpp')
-rw-r--r--engines/sludge/zbuffer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sludge/zbuffer.cpp b/engines/sludge/zbuffer.cpp
index 6597f3749d..ddcebb1055 100644
--- a/engines/sludge/zbuffer.cpp
+++ b/engines/sludge/zbuffer.cpp
@@ -28,6 +28,8 @@
#include "newfatal.h"
#include "graphics.h"
+namespace Sludge {
+
zBufferData zBuffer;
extern int sceneWidth, sceneHeight;
@@ -203,3 +205,4 @@ void drawZBuffer(int x, int y, bool upsidedown) {
#endif
}
+} // End of namespace Sludge