adapted 'functions' to new ini interfaces .

This commit is contained in:
Zero Fanker 2024-03-31 19:57:57 -04:00
parent c559292183
commit 979e35c389
2 changed files with 360 additions and 618 deletions

File diff suppressed because it is too large Load diff

View file

@ -84,7 +84,7 @@ void ListWaypoints(CComboBox &cb);
void ListTargets(CComboBox& cb);
void ListTags(CComboBox& cb, BOOL bListNone);
void ListMovies(CComboBox& cb, BOOL bListNone, BOOL bListParam=FALSE);
void ListBuildings(CComboBox& cb, BOOL bININame=FALSE);
void ListBuildings(CComboBox& cb, bool useIniName = false);
void ListUnits(CComboBox& cb);
void ListAircraft(CComboBox& cb);
void ListInfantry(CComboBox& cb);