mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
FRME Fixes
This commit is contained in:
@@ -8,8 +8,12 @@ namespace urde
|
||||
|
||||
class CAuiImagePane : public CGuiWidget
|
||||
{
|
||||
};
|
||||
public:
|
||||
CAuiImagePane(const CGuiWidgetParms&, s32, s32, const rstl::reserved_vector<zeus::CVector3f, 4>&,
|
||||
const rstl::reserved_vector<zeus::CVector2f, 4>&, bool);
|
||||
|
||||
static CGuiWidget* Create(CGuiFrame *frame, CInputStream &in, bool);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __URDE_CAUIIMAGEPANE_HPP__
|
||||
|
||||
Reference in New Issue
Block a user