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:
Max Horn 2006-09-23 00:42:35 +00:00
parent a3be69f4e4
commit 4c14cf6d1a
65 changed files with 148 additions and 141 deletions

View file

@ -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"