OpenTTD Source
20241108-master-g80f628063a
|
Code handling saving and loading of story pages. More...
#include "../stdafx.h"
#include "saveload.h"
#include "compat/story_sl_compat.h"
#include "../story_base.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | STPEChunkHandler |
struct | STPAChunkHandler |
Functions | |
void | AfterLoadStoryBook () |
Called after load to trash broken pages. | |
const ChunkHandlerTable | _story_page_chunk_handlers (story_page_chunk_handlers) |
Variables | |
static const SaveLoad | _story_page_elements_desc [] |
static const SaveLoad | _story_pages_desc [] |
static const STPEChunkHandler | STPE |
static const STPAChunkHandler | STPA |
static const ChunkHandlerRef | story_page_chunk_handlers [] |
Code handling saving and loading of story pages.
Definition in file story_sl.cpp.
|
static |
Definition at line 31 of file story_sl.cpp.
|
static |
Definition at line 74 of file story_sl.cpp.
|
static |
Definition at line 118 of file story_sl.cpp.