From 2edd403656281f774e4a53251395b7b647a1c48b Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 00:06:17 +0000 Subject: (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. --- src/npf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/npf.h') diff --git a/src/npf.h b/src/npf.h index 8448c30b5..ca4580d14 100644 --- a/src/npf.h +++ b/src/npf.h @@ -6,7 +6,9 @@ #define NPF_H #include "aystar.h" -#include "station.h" +#include "station_type.h" +#include "rail_type.h" +#include "player_type.h" #include "vehicle_type.h" #include "tile_type.h" #include "track_type.h" -- cgit v1.2.3-54-g00ecf