forked from mirror/OpenTTD
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "gui.h"
|
||||
#include "window_gui.h"
|
||||
#include "textbuf_gui.h"
|
||||
#include "station.h"
|
||||
#include "station_base.h"
|
||||
#include "player_func.h"
|
||||
#include "economy_func.h"
|
||||
#include "town.h"
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "vehicle_gui.h"
|
||||
#include "cargotype.h"
|
||||
#include "station_gui.h"
|
||||
#include "station.h"
|
||||
#include "station_func.h"
|
||||
#include "strings_func.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "window_func.h"
|
||||
|
Reference in New Issue
Block a user