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
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "base/engine.h"
|
||||
#include "engines/engine.h"
|
||||
#include "common/util.h"
|
||||
#include "scumm/scumm.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue