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

@ -23,7 +23,7 @@
*/
#include "common/stdafx.h"
#include "base/engine.h"
#include "engines/engine.h"
#include "common/util.h"
#include "scumm/scumm.h"