Codechange: use SLE_STRUCT(LIST) for Linkgraph chunks

This commit is contained in:
Patric Stout
2021-06-14 14:55:37 +02:00
committed by Patric Stout
parent 5cd0c65787
commit 7b135a8269
2 changed files with 106 additions and 90 deletions

View File

@@ -527,7 +527,8 @@ protected:
friend class LinkGraph::Node;
friend SaveLoadTable GetLinkGraphDesc();
friend SaveLoadTable GetLinkGraphJobDesc();
friend void SaveLoad_LinkGraph(LinkGraph &lg);
friend class SlLinkgraphNode;
friend class SlLinkgraphEdge;
CargoID cargo; ///< Cargo of this component's link graph.
Date last_compression; ///< Last time the capacities and supplies were compressed.