(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.

This commit is contained in:
rubidium
2008-03-28 16:36:32 +00:00
parent 878489e38d
commit 4c63dd074e
9 changed files with 110 additions and 89 deletions

View File

@@ -7,6 +7,7 @@
#include "window_gui.h"
#include "vehicle_type.h"
#include "order_type.h"
#include "station_type.h"
void DrawVehicleProfitButton(const Vehicle *v, int x, int y);