OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of economy data. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/signs_sl_compat.h"
#include "../signs_base.h"
#include "../fios.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | SIGNChunkHandler |
Functions | |
const ChunkHandlerTable | _sign_chunk_handlers (sign_chunk_handlers) |
Variables | |
static const SaveLoad | _sign_desc [] |
Description of a sign within the savegame. More... | |
static const SIGNChunkHandler | SIGN |
static const ChunkHandlerRef | sign_chunk_handlers [] |
Code handling saving and loading of economy data.
Definition in file signs_sl.cpp.
|
static |
Description of a sign within the savegame.
Definition at line 21 of file signs_sl.cpp.
Referenced by SIGNChunkHandler::Load(), and SIGNChunkHandler::Save().
|
static |
Definition at line 73 of file signs_sl.cpp.