mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-18 20:26:42 -04:00
Feature/script type enhancement (#55)
This commit is contained in:
parent
321d0f0768
commit
9fe1849e72
10 changed files with 1243 additions and 635 deletions
|
@ -101,7 +101,7 @@ void ListAnimations(CComboBox& cb);
|
|||
void ListParticles(CComboBox& cb);
|
||||
void ListCrateTypes(CComboBox& cb);
|
||||
void ListSpeechBubbleTypes(CComboBox& cb);
|
||||
void ListGlobals(CComboBox& cb);
|
||||
void ListMapVariables(CComboBox& cb);
|
||||
void ListRulesGlobals(CComboBox& cb);
|
||||
void ListTechtypes(CComboBox& cb);
|
||||
|
||||
|
@ -157,5 +157,12 @@ std::unique_ptr<CBitmap> BitmapFromFile(const CString& filepath);
|
|||
|
||||
CComPtr<IDirectDrawSurface4> BitmapToSurface(IDirectDraw4* pDD, const CBitmap& bitmap);
|
||||
|
||||
class ComboBoxHelper
|
||||
{
|
||||
public:
|
||||
static void Clear(CComboBox& combobox);
|
||||
static void ListCountries(CComboBox& combobox, bool bShowIndex = false);
|
||||
static void ListBoolean(CComboBox& combobox);
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue