aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-29 12:03:52 +0200
committerBorja Lorente2016-07-31 14:05:14 +0200
commit1080f199957326261245da49bf0efe5059b17a18 (patch)
tree985768fe0ff65aa8ccb67c6227c4e9b89a177ed3 /engines/wage/world.h
parent941617fc3829d545cd35ada87f770655004e9914 (diff)
downloadscummvm-rg350-1080f199957326261245da49bf0efe5059b17a18.tar.gz
scummvm-rg350-1080f199957326261245da49bf0efe5059b17a18.tar.bz2
scummvm-rg350-1080f199957326261245da49bf0efe5059b17a18.zip
GRAPHICS: Create wrapper namespace for MacWindowManager constants
Diffstat (limited to 'engines/wage/world.h')
-rw-r--r--engines/wage/world.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wage/world.h b/engines/wage/world.h
index b3908be81c..e0e044822c 100644
--- a/engines/wage/world.h
+++ b/engines/wage/world.h
@@ -53,6 +53,9 @@
namespace Wage {
+// Import the enum definitions
+using Graphics::Patterns;
+
class Script;
class Sound;