|
OpenTTD Source 20260815-master-gdf55704e7d
|
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 82 of file economy_sl.cpp.
|
static |
Definition at line 44 of file economy_sl.cpp.
|
static |
Definition at line 124 of file economy_sl.cpp.
|
static |
Definition at line 122 of file economy_sl.cpp.
|
static |
Definition at line 125 of file economy_sl.cpp.
|
static |
Definition at line 126 of file economy_sl.cpp.
|
static |
Definition at line 123 of file economy_sl.cpp.