mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 17:11:40 -04:00
adapted 'functions' to new ini interfaces .
This commit is contained in:
parent
c559292183
commit
979e35c389
2 changed files with 360 additions and 618 deletions
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue