metaforce/Runtime/GuiSys/CGuiWidgetDrawParms.hpp

20 lines
313 B
C++
Raw Normal View History

2016-03-17 02:18:01 +00:00
#ifndef __URDE_CGUIWIDGETDRAWPARMS_HPP__
#define __URDE_CGUIWIDGETDRAWPARMS_HPP__
namespace urde
{
struct CGuiWidgetDrawParms
{
2016-12-29 05:53:00 +00:00
float x0_alphaMod = 1.f;
float x4_ = 0.f;
float x8_ = 0.f;
float xc_ = 0.f;
static CGuiWidgetDrawParms Default;
2016-03-17 02:18:01 +00:00
};
}
#endif // __URDE_CGUIWIDGETDRAWPARMS_HPP__