aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/credits.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2012-03-10 13:50:27 -0500
committerMatthew Hoops2012-03-10 13:55:08 -0500
commit5e52b0a5d46e4c5b230cba7464301484d27804f7 (patch)
treeb0c732e5b7c6e98e43e2a7b1e6a8c7a399f3055d /engines/mohawk/myst_stacks/credits.cpp
parentd142606f755203bf2e407729840898b0c8ca53d5 (diff)
downloadscummvm-rg350-5e52b0a5d46e4c5b230cba7464301484d27804f7.tar.gz
scummvm-rg350-5e52b0a5d46e4c5b230cba7464301484d27804f7.tar.bz2
scummvm-rg350-5e52b0a5d46e4c5b230cba7464301484d27804f7.zip
MOHAWK: Split the graphics classes into their own files
Diffstat (limited to 'engines/mohawk/myst_stacks/credits.cpp')
-rw-r--r--engines/mohawk/myst_stacks/credits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/credits.cpp b/engines/mohawk/myst_stacks/credits.cpp
index ad593e3542..192e55d5e3 100644
--- a/engines/mohawk/myst_stacks/credits.cpp
+++ b/engines/mohawk/myst_stacks/credits.cpp
@@ -21,8 +21,8 @@
*/
#include "mohawk/myst.h"
-#include "mohawk/graphics.h"
#include "mohawk/myst_areas.h"
+#include "mohawk/myst_graphics.h"
#include "mohawk/sound.h"
#include "mohawk/video.h"
#include "mohawk/myst_stacks/credits.h"