mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
(svn r14101) -Cleanup (r14083): leftover friend.
This commit is contained in:
parent
70edc700b1
commit
c98c3122b5
@ -11,8 +11,6 @@
|
|||||||
#include "station_type.h"
|
#include "station_type.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
struct BackuppedVehicle;
|
|
||||||
|
|
||||||
typedef uint32 CargoPacketID;
|
typedef uint32 CargoPacketID;
|
||||||
struct CargoPacket;
|
struct CargoPacket;
|
||||||
|
|
||||||
@ -103,7 +101,6 @@ private:
|
|||||||
uint days_in_transit; ///< Cache for the number of days in transit
|
uint days_in_transit; ///< Cache for the number of days in transit
|
||||||
|
|
||||||
public:
|
public:
|
||||||
friend struct BackuppedVehicle;
|
|
||||||
friend void SaveLoad_STNS(Station *st);
|
friend void SaveLoad_STNS(Station *st);
|
||||||
|
|
||||||
/** Create the cargo list */
|
/** Create the cargo list */
|
||||||
|
Loading…
Reference in New Issue
Block a user