|
OpenTTD Source 20251104-master-g3befbdd52f
|
Code handling saving and loading of industries. More...
#include "../stdafx.h"#include "saveload.h"#include "compat/industry_sl_compat.h"#include "../industry.h"#include "newgrf_sl.h"#include "../safeguards.h"Go to the source code of this file.
Data Structures | |
| class | SlIndustryAcceptedHistory |
| class | SlIndustryAccepted |
| class | SlIndustryProducedHistory |
| class | SlIndustryProduced |
| struct | INDYChunkHandler |
| struct | IIDSChunkHandler |
| struct | TIDSChunkHandler |
| struct | IBLDChunkHandler |
| Industry builder. More... | |
| struct | ITBLChunkHandler |
| Industry-type build data. More... | |
Functions | |
| const ChunkHandlerTable | _industry_chunk_handlers (industry_chunk_handlers) |
Variables | |
| static OldPersistentStorage | _old_ind_persistent_storage |
| static const SaveLoad | _industry_desc [] |
| static const SaveLoad | _industry_builder_desc [] |
| Description of the data to save and load in IndustryBuildData. | |
| static const SaveLoad | _industrytype_builder_desc [] |
| Description of the data to save and load in IndustryTypeBuildData. | |
| static const INDYChunkHandler | INDY |
| static const IIDSChunkHandler | IIDS |
| static const TIDSChunkHandler | TIDS |
| static const IBLDChunkHandler | IBLD |
| static const ITBLChunkHandler | ITBL |
| static const ChunkHandlerRef | industry_chunk_handlers [] |
Code handling saving and loading of industries.
Definition in file industry_sl.cpp.
|
static |
Description of the data to save and load in IndustryBuildData.
Definition at line 310 of file industry_sl.cpp.
Referenced by IBLDChunkHandler::Load(), and IBLDChunkHandler::Save().
|
static |
Definition at line 151 of file industry_sl.cpp.
|
static |
Description of the data to save and load in IndustryTypeBuildData.
Definition at line 337 of file industry_sl.cpp.
Referenced by ITBLChunkHandler::Load(), and ITBLChunkHandler::Save().
|
static |
Definition at line 20 of file industry_sl.cpp.
|
static |
Definition at line 377 of file industry_sl.cpp.
|
static |
Definition at line 375 of file industry_sl.cpp.
|
static |
Definition at line 379 of file industry_sl.cpp.
|
static |
Definition at line 374 of file industry_sl.cpp.
|
static |
Definition at line 378 of file industry_sl.cpp.
|
static |
Definition at line 376 of file industry_sl.cpp.