mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
Several architectural fixes and additions
This commit is contained in:
@@ -5,9 +5,15 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CSimplePool;
|
||||
|
||||
class CAuiImagePane : public CGuiWidget
|
||||
{
|
||||
public:
|
||||
CAuiImagePane(const CGuiWidgetParms& parms, CSimplePool* sp, ResId, ResId,
|
||||
rstl::reserved_vector<zeus::CVector3f, 4>&& coords,
|
||||
rstl::reserved_vector<zeus::CVector2f, 4>&& uvs, bool);
|
||||
static std::shared_ptr<CGuiWidget> Create(CGuiFrame* frame, CInputStream& in, CSimplePool* sp);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user