(svn r16914) -Codechange: split Station and BaseStation into different files

This commit is contained in:
rubidium
2009-07-22 11:35:35 +00:00
parent 60f38af7e0
commit d361ecd8f0
16 changed files with 212 additions and 188 deletions

View File

@@ -3,7 +3,6 @@
/** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
#include "stdafx.h"
#include "station_base.h"
#include "settings_type.h"
#include "pathfind.h"
#include "debug.h"