Add console command to merge two companies

This commit is contained in:
Jonathan G Rennison
2024-05-28 17:58:33 +01:00
parent f2f8692fb2
commit cbea3b8b46
6 changed files with 74 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ enum CompanyCtrlAction {
CCA_NEW_AI, ///< Create a new AI company.
CCA_DELETE, ///< Delete a company.
CCA_SALE, ///< Offer a company for sale.
CCA_MERGE, ///< Merge companies.
CCA_END, ///< Sentinel for end.
};