(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h

This commit is contained in:
rubidium
2009-07-22 10:18:19 +00:00
parent 565b99db22
commit cb0409fe52
32 changed files with 58 additions and 45 deletions

View File

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