aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/graphics.h')
-rw-r--r--engines/sludge/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/graphics.h b/engines/sludge/graphics.h
index ca95307f51..24b7671464 100644
--- a/engines/sludge/graphics.h
+++ b/engines/sludge/graphics.h
@@ -31,6 +31,7 @@
#endif
#endif
+namespace Sludge {
struct texture {
#if 0
@@ -115,4 +116,7 @@ void getTextureDimensions(GLuint name, GLint *width, GLint *height);
int printOglError(const char *file, int line);
#define printOpenGLError() printOglError(__FILE__, __LINE__)
#endif
+
+} // End of namespace Sludge
+
#endif