aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmath.cpp
diff options
context:
space:
mode:
authorMax Horn2009-02-27 02:23:40 +0000
committerMax Horn2009-02-27 02:23:40 +0000
commit479751104f6496d42057cd0419c7b78b5d289ca0 (patch)
tree06931df88bdb9667095e51b82567296b36fa4ce0 /engines/sci/engine/kmath.cpp
parent170916201c2dd8b75dccefb9a39c6fee572a4ec9 (diff)
downloadscummvm-rg350-479751104f6496d42057cd0419c7b78b5d289ca0.tar.gz
scummvm-rg350-479751104f6496d42057cd0419c7b78b5d289ca0.tar.bz2
scummvm-rg350-479751104f6496d42057cd0419c7b78b5d289ca0.zip
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor
svn-id: r38921
Diffstat (limited to 'engines/sci/engine/kmath.cpp')
-rw-r--r--engines/sci/engine/kmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kmath.cpp b/engines/sci/engine/kmath.cpp
index b1d6959992..21fde8aeb2 100644
--- a/engines/sci/engine/kmath.cpp
+++ b/engines/sci/engine/kmath.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "sci/include/engine.h"
+#include "sci/engine/state.h"
#include "sci/engine/kernel.h"
namespace Sci {