mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 00:27:41 +00:00
@@ -7,8 +7,8 @@ class CGuiCompoundWidget : public CGuiWidget {
|
||||
public:
|
||||
FourCC GetWidgetTypeID() const override { return -1; }
|
||||
|
||||
void OnVisibleChange() override;
|
||||
void OnActiveChange() override;
|
||||
void OnVisible() override;
|
||||
void OnActivate() override;
|
||||
virtual CGuiWidget* GetWorkerWidget(int id) const;
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user