(svn r16914) -Codechange: split Station and BaseStation into different files

This commit is contained in:
rubidium
2009-07-22 11:35:35 +00:00
parent da9d9a27fe
commit 6e3d999dce
16 changed files with 212 additions and 188 deletions

View File

@@ -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)