diff options
author | Max Horn | 2009-03-12 03:26:21 +0000 |
---|---|---|
committer | Max Horn | 2009-03-12 03:26:21 +0000 |
commit | 40b313c28ee947f3e5a908f56efacbbcedf63a88 (patch) | |
tree | d0d22710bb3bb017ab7464e753f11107f84a8c75 /engines/sci/engine/scriptdebug.cpp | |
parent | 25b39e217a2734afcb2928a46e7471e2845bc51b (diff) | |
download | scummvm-rg350-40b313c28ee947f3e5a908f56efacbbcedf63a88.tar.gz scummvm-rg350-40b313c28ee947f3e5a908f56efacbbcedf63a88.tar.bz2 scummvm-rg350-40b313c28ee947f3e5a908f56efacbbcedf63a88.zip |
SCI: Moved savegame specific stuff from state.h to a new header savegame.h
svn-id: r39351
Diffstat (limited to 'engines/sci/engine/scriptdebug.cpp')
-rw-r--r-- | engines/sci/engine/scriptdebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/scriptdebug.cpp b/engines/sci/engine/scriptdebug.cpp index 020945ee7c..27fd60bbf6 100644 --- a/engines/sci/engine/scriptdebug.cpp +++ b/engines/sci/engine/scriptdebug.cpp @@ -31,6 +31,7 @@ #include "sci/engine/kdebug.h" #include "sci/engine/kernel_types.h" #include "sci/engine/kernel.h" +#include "sci/engine/savegame.h" #include "sci/gfx/gfx_widgets.h" #include "sci/gfx/sci_widgets.h" #include "sci/gfx/gfx_state_internal.h" // required for gfxw_container_t, gfxw_port_t, gfxw_visual_t |