forked from mirror/OpenTTD
(svn r16914) -Codechange: split Station and BaseStation into different files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define WAYPOINT_H
|
||||
|
||||
#include "waypoint_type.h"
|
||||
#include "station_base.h"
|
||||
#include "base_station_base.h"
|
||||
|
||||
struct Waypoint : SpecializedStation<Waypoint, true> {
|
||||
uint16 town_cn; ///< The Nth waypoint for this town (consecutive number)
|
||||
|
Reference in New Issue
Block a user