Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
SavedGame.cpp File Reference
#include "precompiled.h"
#include "SavedGame.h"
#include "gui/GUIManager.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/file/archive/archive_zip.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "scriptinterface/ScriptInterface.h"
#include "simulation2/Simulation2.h"

Go to the source code of this file.

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

Definition at line 30 of file SavedGame.cpp.

const int SAVED_GAME_VERSION_MINOR = 0
static

Definition at line 31 of file SavedGame.cpp.