SCI: Moved savegame specific stuff from state.h to a new header savegame.h

svn-id: r39351
This commit is contained in:
Max Horn 2009-03-12 03:26:21 +00:00
parent 25b39e217a
commit 40b313c28e
6 changed files with 119 additions and 73 deletions

View file

@ -37,6 +37,7 @@
#include "sci/sci.h"
#include "sci/engine/state.h"
#include "sci/engine/kernel.h"
#include "sci/engine/savegame.h"
namespace Sci {