TSAGE: Add support for saving in scene #6100

This commit is contained in:
Paul Gilbert 2011-06-04 20:39:38 +10:00
parent ce32745d9c
commit dc6e60f516
6 changed files with 91 additions and 18 deletions

View file

@ -33,7 +33,7 @@ namespace tSage {
typedef void (*SaveNotifierFn)(bool postFlag);
#define TSAGE_SAVEGAME_VERSION 4
#define TSAGE_SAVEGAME_VERSION 5
class SavedObject;