(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/** @file ai_buoylist.cpp Implementation of AIBuoyList and friends. */
|
||||
|
||||
#include "ai_buoylist.hpp"
|
||||
#include "../../waypoint.h"
|
||||
#include "../../waypoint_base.h"
|
||||
|
||||
AIBuoyList::AIBuoyList()
|
||||
{
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include "../../roadstop_base.h"
|
||||
#include "../../depot_base.h"
|
||||
#include "../../station_base.h"
|
||||
#include "../../waypoint.h"
|
||||
#include "../../waypoint_base.h"
|
||||
|
||||
/**
|
||||
* Gets the order type given a tile
|
||||
|
@@ -5,10 +5,10 @@
|
||||
#include "ai_rail.hpp"
|
||||
#include "ai_map.hpp"
|
||||
#include "ai_station.hpp"
|
||||
#include "../../command_type.h"
|
||||
#include "../../debug.h"
|
||||
#include "../../station_base.h"
|
||||
#include "../../company_func.h"
|
||||
#include "../../waypoint.h"
|
||||
#include "../../newgrf_generic.h"
|
||||
#include "../../newgrf_station.h"
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include "../../string_func.h"
|
||||
#include "../../strings_func.h"
|
||||
#include "../../company_func.h"
|
||||
#include "../../waypoint.h"
|
||||
#include "../../waypoint_base.h"
|
||||
#include "../../core/alloc_func.hpp"
|
||||
#include "table/strings.h"
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include "ai_waypoint.hpp"
|
||||
#include "../../company_func.h"
|
||||
#include "../../vehicle_base.h"
|
||||
#include "../../waypoint.h"
|
||||
#include "../../waypoint_base.h"
|
||||
|
||||
AIWaypointList::AIWaypointList()
|
||||
{
|
||||
|
Reference in New Issue
Block a user