aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2006-09-23 00:42:35 +0000
committerMax Horn2006-09-23 00:42:35 +0000
commit4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch)
tree09057bd88bd471c2603139cbb06abac53625f2e4 /engines/scumm/scumm.h
parenta3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff)
downloadscummvm-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/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 5b6a91e046..20da240470 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -24,7 +24,7 @@
#ifndef SCUMM_H
#define SCUMM_H
-#include "base/engine.h"
+#include "engines/engine.h"
#include "common/endian.h"
#include "common/file.h"
#include "common/rect.h"