OpenTTD
|
Code handling saving and loading of economy data. More...
#include "../stdafx.h"
#include "../economy_func.h"
#include "../economy_base.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Load_PRIC () |
Prices in pre 126 savegames. | |
static void | Load_CAPR () |
Cargo payment rates in pre 126 savegames. | |
static void | Save_ECMY () |
Economy variables. | |
static void | Load_ECMY () |
Economy variables. | |
static void | Save_CAPY () |
static void | Load_CAPY () |
static void | Ptrs_CAPY () |
Variables | |
static const SaveLoad | _economy_desc [] |
static const SaveLoad | _cargopayment_desc [] |
const ChunkHandler | _economy_chunk_handlers [] |
Code handling saving and loading of economy data.
Definition in file economy_sl.cpp.
|
static |
Definition at line 67 of file economy_sl.cpp.
const ChunkHandler _economy_chunk_handlers[] |
|
static |
Definition at line 38 of file economy_sl.cpp.