Pyrogenesis
13997
|
#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 |
|
static |
Definition at line 30 of file SavedGame.cpp.
|
static |
Definition at line 31 of file SavedGame.cpp.