Pyrogenesis  trunk
Classes | Variables
SavedGame.cpp File Reference
#include "precompiled.h"
#include "SavedGame.h"
#include "graphics/GameView.h"
#include "gui/GUIManager.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/file/archive/archive_zip.h"
#include "i18n/L10n.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/Game.h"
#include "ps/Mod.h"
#include "ps/Pyrogenesis.h"
#include "scriptinterface/ScriptInterface.h"
#include "simulation2/Simulation2.h"
Include dependency graph for SavedGame.cpp:

Classes

class  CGameLoader
 Helper class for retrieving data from saved game archives. More...
 

Variables

static const int SAVED_GAME_VERSION_MAJOR = 1
 
static const int SAVED_GAME_VERSION_MINOR = 0
 

Variable Documentation

const int SAVED_GAME_VERSION_MAJOR = 1
static
const int SAVED_GAME_VERSION_MINOR = 0
static