diff options
author | Max Horn | 2006-09-23 00:42:35 +0000 |
---|---|---|
committer | Max Horn | 2006-09-23 00:42:35 +0000 |
commit | 4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch) | |
tree | 09057bd88bd471c2603139cbb06abac53625f2e4 /engines/sword2 | |
parent | a3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff) | |
download | scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.gz scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.bz2 scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.zip |
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
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/sword2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.h b/engines/sword2/sword2.h index 42ead0b864..7a5e142a64 100644 --- a/engines/sword2/sword2.h +++ b/engines/sword2/sword2.h @@ -29,7 +29,7 @@ #define RIGHT_CLICK_CLEARS_LUGGAGE 0 -#include "base/engine.h" +#include "engines/engine.h" #include "common/util.h" |