OpenTTD Source
1.11.2
|
#include "../stdafx.h"
#include "../signs_base.h"
#include "../fios.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Save_SIGN () |
Save all signs. | |
static void | Load_SIGN () |
Load all signs. | |
Variables | |
static const SaveLoad | _sign_desc [] |
Description of a sign within the savegame. More... | |
const ChunkHandler | _sign_chunk_handlers [] |
Chunk handlers related to signs. More... | |
Code handling saving and loading of economy data
Definition in file signs_sl.cpp.
const ChunkHandler _sign_chunk_handlers[] |
|
static |
Description of a sign within the savegame.
Definition at line 19 of file signs_sl.cpp.
Referenced by Load_SIGN().