Code handling saving and loading of depots. More...
#include "../stdafx.h"
#include "../depot_base.h"
#include "saveload.h"
Go to the source code of this file.
Functions | |
static void | Save_DEPT () |
static void | Load_DEPT () |
Variables | |
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[] |
{
{ 'DEPT', Save_DEPT, Load_DEPT, NULL, CH_ARRAY | CH_LAST},
}