OpenTTD Source
20241108-master-g80f628063a
|
Loading of linkgraph chunks before table headers were added. More...
#include "../saveload.h"
Go to the source code of this file.
Variables | |
const SaveLoadCompat | _linkgraph_edge_sl_compat [] |
Original field order for SlLinkgraphEdge. More... | |
const SaveLoadCompat | _linkgraph_node_sl_compat [] |
Original field order for SlLinkgraphNode. More... | |
const SaveLoadCompat | _linkgraph_sl_compat [] |
Original field order for link_graph_desc. More... | |
const SaveLoadCompat | _linkgraph_job_sl_compat [] |
Original field order for job_desc. More... | |
const SaveLoadCompat | _linkgraph_schedule_sl_compat [] |
Original field order for schedule_desc. More... | |
Loading of linkgraph chunks before table headers were added.
Definition in file linkgraph_sl_compat.h.
const SaveLoadCompat _linkgraph_edge_sl_compat[] |
Original field order for SlLinkgraphEdge.
Definition at line 16 of file linkgraph_sl_compat.h.
const SaveLoadCompat _linkgraph_job_sl_compat[] |
Original field order for job_desc.
Definition at line 44 of file linkgraph_sl_compat.h.
Referenced by LGRJChunkHandler::Load().
const SaveLoadCompat _linkgraph_node_sl_compat[] |
Original field order for SlLinkgraphNode.
Definition at line 26 of file linkgraph_sl_compat.h.
const SaveLoadCompat _linkgraph_schedule_sl_compat[] |
Original field order for schedule_desc.
Definition at line 61 of file linkgraph_sl_compat.h.
Referenced by LGRSChunkHandler::Load().
const SaveLoadCompat _linkgraph_sl_compat[] |
Original field order for link_graph_desc.
Definition at line 36 of file linkgraph_sl_compat.h.
Referenced by LGRPChunkHandler::Load().