OpenTTD
|
Code handling saving and loading of economy data. More...
#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. | |
const ChunkHandler | _sign_chunk_handlers [] |
Chunk handlers related to signs. |
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 21 of file signs_sl.cpp.