(svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h

This commit is contained in:
celestar
2006-04-04 11:35:52 +00:00
parent b7ee0b8ba3
commit 715bee332b
5 changed files with 23 additions and 22 deletions

View File

@@ -9,6 +9,7 @@
#include "vehicle.h"
#include "command.h"
#include "pathfind.h"
#include "station_map.h"
#include "station.h"
#include "news.h"
#include "engine.h"