Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
svn-id: r23974
This commit is contained in:
parent
a3be69f4e4
commit
4c14cf6d1a
65 changed files with 148 additions and 141 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <iopheap.h>
|
||||
#include "common/scummsys.h"
|
||||
#include "../intern.h"
|
||||
#include "base/engine.h"
|
||||
#include "engines/engine.h"
|
||||
#include "backends/platform/ps2/systemps2.h"
|
||||
#include "backends/platform/ps2/Gs2dScreen.h"
|
||||
#include "backends/platform/ps2/ps2input.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue