Match and link CGuiWidgetIdDB

Former-commit-id: cc68163fed358e324d3877875154db5f420842b0
This commit is contained in:
2023-10-21 22:08:46 -07:00
parent efc1831ed7
commit 3c4cce9780
11 changed files with 195 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
class CGuiCompoundWidget : public CGuiWidget {
public:
~CGuiCompoundWidget();
FourCC GetWidgetTypeID() const override { return -1; }
void OnVisible() override;