1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 21:19:10 +00:00

(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.

This commit is contained in:
rubidium
2008-03-31 00:06:17 +00:00
parent 4a1035ab95
commit 2edd403656
53 changed files with 130 additions and 121 deletions

View File

@@ -10,7 +10,7 @@
#include "train.h"
#include "player_func.h"
#include "player_base.h"
#include "station.h"
#include "station_base.h"
#include "airport.h"
#include "newgrf.h"
#include "newgrf_callbacks.h"