OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of depots. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/depot_sl_compat.h"
#include "../depot_base.h"
#include "../town.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | DEPTChunkHandler |
Functions | |
const ChunkHandlerTable | _depot_chunk_handlers (depot_chunk_handlers) |
Variables | |
static TownID | _town_index |
static const SaveLoad | _depot_desc [] |
static const DEPTChunkHandler | DEPT |
static const ChunkHandlerRef | depot_chunk_handlers [] |
Code handling saving and loading of depots.
Definition in file depot_sl.cpp.
|
static |
Definition at line 22 of file depot_sl.cpp.
|
static |
Definition at line 70 of file depot_sl.cpp.