Allow selecting individual ship parts in refit window

Add callback to name ship parts in refit window
This commit is contained in:
Jonathan G Rennison
2023-03-15 18:12:17 +00:00
parent 211fdd62b2
commit 87e4258fe3
7 changed files with 122 additions and 2 deletions

View File

@@ -287,6 +287,9 @@ enum CallbackID {
/** Called to set town zones */
XCBID_TOWN_ZONES = 0xEC008001,
/** Called to get the name of the part of a ship for the refit window */
XCBID_SHIP_REFIT_PART_NAME = 0xEC008002,
};
/**