OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of economy data. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/economy_sl_compat.h"
#include "../economy_func.h"
#include "../economy_base.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | PRICChunkHandler |
Prices in pre 126 savegames. More... | |
struct | CAPRChunkHandler |
Cargo payment rates in pre 126 savegames. More... | |
struct | ECMYChunkHandler |
Economy variables. More... | |
struct | CAPYChunkHandler |
Functions | |
const ChunkHandlerTable | _economy_chunk_handlers (economy_chunk_handlers) |
Variables | |
static const SaveLoad | _economy_desc [] |
static const SaveLoad | _cargopayment_desc [] |
static const CAPYChunkHandler | CAPY |
static const PRICChunkHandler | PRIC |
static const CAPRChunkHandler | CAPR |
static const ECMYChunkHandler | ECMY |
static const ChunkHandlerRef | economy_chunk_handlers [] |
Code handling saving and loading of economy data.
Definition in file economy_sl.cpp.
|
static |
Definition at line 84 of file economy_sl.cpp.
|
static |
Definition at line 46 of file economy_sl.cpp.
|
static |
Definition at line 128 of file economy_sl.cpp.