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
This commit is contained in:
Max Horn 2010-05-04 11:58:12 +00:00
parent 5568a8473b
commit b3e404109c
30 changed files with 109 additions and 27 deletions

View file

@ -27,6 +27,7 @@
#include "common/util.h"
#include "common/system.h"
#include "graphics/surface.h"
#include "engines/util.h"
#include "sci/sci.h"
#include "sci/engine/state.h"