(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 b84b16cfcd
commit c51b81c247
53 changed files with 130 additions and 121 deletions

View File

@@ -17,7 +17,7 @@
#include "textbuf_gui.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "station.h"
#include "station_func.h"
#include "command_func.h"
#include "player_func.h"
#include "player_base.h"