Allow cloning trains directly from the template train list

See: #312
This commit is contained in:
Jonathan G Rennison
2021-08-22 14:59:33 +01:00
parent a4c73e71c3
commit a026d82c6b
7 changed files with 88 additions and 0 deletions

View File

@@ -23,4 +23,6 @@ typedef GUIList<const Group*> GUIGroupList;
void ShowTemplateReplaceWindow();
bool TemplateVehicleClicked(const TemplateVehicle *v);
#endif