OpenTTD Source
1.11.0-beta2
|
#include "../stdafx.h"
#include "../subsidy_base.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Save_SUBS () |
static void | Load_SUBS () |
Variables | |
static const SaveLoad | _subsidies_desc [] |
const ChunkHandler | _subsidy_chunk_handlers [] |
Code handling saving and loading of subsidies
Definition in file subsidy_sl.cpp.
|
static |
Definition at line 17 of file subsidy_sl.cpp.
const ChunkHandler _subsidy_chunk_handlers[] |