Added new decl editor.

This commit is contained in:
Justin Marshall
2026-05-18 14:02:06 -07:00
parent 222cccc1f0
commit 119058a96e
10 changed files with 2351 additions and 1439 deletions
@@ -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();