diff options
author | Max Horn | 2010-05-04 11:58:12 +0000 |
---|---|---|
committer | Max Horn | 2010-05-04 11:58:12 +0000 |
commit | b3e404109c31160c978a17ebe497b9bdef9ff51a (patch) | |
tree | 816b6a2d9d1ba5b7634d0a606a8507c9b9ab6e7b /engines/groovie | |
parent | 5568a8473b975dc2e7e0d1f1ae075ebd6d96f2f3 (diff) | |
download | scummvm-rg350-b3e404109c31160c978a17ebe497b9bdef9ff51a.tar.gz scummvm-rg350-b3e404109c31160c978a17ebe497b9bdef9ff51a.tar.bz2 scummvm-rg350-b3e404109c31160c978a17ebe497b9bdef9ff51a.zip |
Move initGraphics and initCommonGFX from to new header.
These functions are only used internally be Engine subclasses, and
by moving them to a separate header we can reduce indirect header
dependencies.
svn-id: r48934
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/groovie.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index 0beccbd6c1..0e460a9049 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -25,6 +25,9 @@ #include "common/config-manager.h" #include "common/events.h" + +#include "engines/util.h" + #include "sound/mixer.h" #include "groovie/groovie.h" |