Do name generation at client, fix localisation

Use existing group creation command
This commit is contained in:
Jonathan G Rennison
2021-06-27 02:28:52 +01:00
parent dee05f520f
commit 6c07758cc3
7 changed files with 45 additions and 159 deletions

View File

@@ -117,6 +117,8 @@ void RemoveVehicleFromGroup(const Vehicle *v);
void RemoveAllGroupsForCompany(const CompanyID company);
bool GroupIsInGroup(GroupID search, GroupID group);
std::string GenerateAutoNameForVehicleGroup(const Vehicle *v);
extern GroupID _new_group_id;
#endif /* GROUP_H */