Fix crash when setting separation mode for vehicles with no orders list.
[openttd-joker.git] / src / tbtr_template_gui_main.h
blob3e1dee9ae00a20f0393f121479d99ffe30a8c6bd
1 // _template_gui_main.h
3 #ifndef TEMPLATE_GUI_H
4 #define TEMPLATE_GUI_H
6 #include "engine_type.h"
7 #include "group_type.h"
8 #include "vehicle_type.h"
9 #include "string_func.h"
10 #include "strings_func.h"
12 #include "tbtr_template_vehicle.h"
13 #include "tbtr_template_vehicle_func.h"
15 typedef GUIList<const Group*> GUIGroupList;
17 void ShowTemplateReplaceWindow(byte, int);
19 #endif