mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:47:42 +00:00
Tons of refactors and bug fixes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace urde
|
||||
class CGuiHeadWidget : public CGuiWidget
|
||||
{
|
||||
public:
|
||||
FourCC GetWidgetTypeID() const {return FOURCC('HWIG');}
|
||||
FourCC GetWidgetTypeID() const { return FOURCC('HWIG'); }
|
||||
CGuiHeadWidget(const CGuiWidgetParms& parms);
|
||||
static std::shared_ptr<CGuiWidget> Create(CGuiFrame* frame, CInputStream& in, CSimplePool* sp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user