OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of script randomizers. More...
#include "../stdafx.h"
#include "../script/api/script_object.hpp"
#include "saveload.h"
#include "saveload_internal.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | SRNDChunkHandler |
Functions | |
const ChunkHandlerTable | _randomizer_chunk_handlers (randomizer_chunk_handlers) |
Variables | |
static const SaveLoad | _randomizer_desc [] |
static const SRNDChunkHandler | SRND |
static const ChunkHandlerRef | randomizer_chunk_handlers [] |
Code handling saving and loading of script randomizers.
Definition in file randomizer_sl.cpp.
|
static |
Definition at line 16 of file randomizer_sl.cpp.
|
static |
Definition at line 47 of file randomizer_sl.cpp.