mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:07:44 +00:00
Various widget constructor stubs and factories
This commit is contained in:
@@ -2,10 +2,21 @@
|
||||
#define __URDE_CGUIMODEL_HPP__
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "Graphics/CModel.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiModel : public CGuiWidget
|
||||
{
|
||||
TLockedToken<CModel> xf8_model;
|
||||
TResId x108_modelId;
|
||||
u32 x10c_lightMode;
|
||||
public:
|
||||
CGuiModel(const CGuiWidgetParms& parms, TResId modelId, u32 lightMode, bool flag);
|
||||
static CGuiModel* Create(CGuiFrame* frame, CInputStream& in, bool);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user