mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Added new decl editor.
This commit is contained in:
@@ -32,6 +32,11 @@ If you have questions concerning this license or the applicable additional terms
|
||||
#include "ConsoleDlg.h"
|
||||
#include "TabsDlg.h"
|
||||
#include "OutlinerDlg.h"
|
||||
#include "../decl/DialogDeclBrowser.h"
|
||||
|
||||
#ifndef W_DECLS
|
||||
#define W_DECLS 0x0020
|
||||
#endif
|
||||
|
||||
|
||||
// CInspectorDialog dialog
|
||||
@@ -75,6 +80,8 @@ public:
|
||||
CDialogTextures mediaDlg;
|
||||
CEntityDlg entityDlg;
|
||||
COutlinerDlg outlinerDlg;
|
||||
DialogDeclBrowser declBrowserDlg;
|
||||
DialogDeclBrowser &GetDeclBrowser() { return declBrowserDlg; }
|
||||
void SetMode(int mode, bool updateTabs = true);
|
||||
void UpdateEntitySel(eclass_t *ent);
|
||||
void UpdateSelectedEntity();
|
||||
|
||||
Reference in New Issue
Block a user