mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Frame and Widget imps
This commit is contained in:
@@ -9,7 +9,7 @@ namespace urde
|
||||
class CGuiHeadWidget : public CGuiWidget
|
||||
{
|
||||
public:
|
||||
hecl::FourCC GetWidgetTypeID() const {return hecl::FOURCC('HWIG');}
|
||||
FourCC GetWidgetTypeID() const {return hecl::FOURCC('HWIG');}
|
||||
CGuiHeadWidget(const CGuiWidgetParms& parms);
|
||||
static CGuiHeadWidget* Create(CGuiFrame* frame, CInputStream& in, bool);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user