2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

FRME Fixes

This commit is contained in:
2017-01-21 07:46:51 -08:00
parent a1911e8262
commit 4a7a3bea2f
14 changed files with 151 additions and 40 deletions

View File

@@ -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__