OpenTTD
|
Code handling saving and loading of objects. More...
#include "../stdafx.h"
#include "../object_base.h"
#include "../object_map.h"
#include "saveload.h"
#include "newgrf_sl.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Save_OBJS () |
static void | Load_OBJS () |
static void | Ptrs_OBJS () |
static void | Save_OBID () |
static void | Load_OBID () |
Variables | |
static const SaveLoad | _object_desc [] |
const ChunkHandler | _object_chunk_handlers [] |
Code handling saving and loading of objects.
Definition in file object_sl.cpp.
const ChunkHandler _object_chunk_handlers[] |
|
static |
Definition at line 21 of file object_sl.cpp.