Implement multiselection for contract renewal

This commit is contained in:
Asdow
2024-11-09 20:23:38 +02:00
parent 2b024d63c6
commit fdd6859726
3 changed files with 273 additions and 37 deletions
+3 -1
View File
@@ -134,6 +134,8 @@ extern BOOLEAN gfInChangeArrivalSectorMode;
extern BOOLEAN gfSkyriderEmptyHelpGiven;
extern std::vector<SOLDIERTYPE*> gSelectedSoldiers;
BOOLEAN SetInfoChar(UINT16 ubID);
void EndMapScreen( BOOLEAN fDuringFade );
@@ -228,4 +230,4 @@ void RetreatBandageCallback( UINT8 ubResult );
bool isWidescreenUI(void);
#endif
#endif