aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 066fc9d183..3e4b588962 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -25,6 +25,8 @@
#include "common/rect.h"
+namespace Scumm {
+
class ScummEngine;
enum { /** Camera modes */
@@ -198,4 +200,6 @@ public:
// #define V7_SMOOTH_SCROLLING_HACK
+} // End of namespace Scumm
+
#endif