OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of objects. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/object_sl_compat.h"
#include "../object_base.h"
#include "../object_map.h"
#include "newgrf_sl.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | OBJSChunkHandler |
struct | OBIDChunkHandler |
Functions | |
const ChunkHandlerTable | _object_chunk_handlers (object_chunk_handlers) |
Variables | |
static const SaveLoad | _object_desc [] |
static const OBIDChunkHandler | OBID |
static const OBJSChunkHandler | OBJS |
static const ChunkHandlerRef | object_chunk_handlers [] |
Code handling saving and loading of objects.
Definition in file object_sl.cpp.
|
static |
Definition at line 21 of file object_sl.cpp.
|
static |
Definition at line 75 of file object_sl.cpp.