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:
parent
5568a8473b
commit
b3e404109c
30 changed files with 109 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue