OpenTTD
|
Code handling saving and loading of depots. More...
#include "../stdafx.h"
#include "../depot_base.h"
#include "../town.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Save_DEPT () |
static void | Load_DEPT () |
static void | Ptrs_DEPT () |
Variables | |
static TownID | _town_index |
static const SaveLoad | _depot_desc [] |
const ChunkHandler | _depot_chunk_handlers [] |
Code handling saving and loading of depots.
Definition in file depot_sl.cpp.
const ChunkHandler _depot_chunk_handlers[] |
|
static |
Definition at line 22 of file depot_sl.cpp.