mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-29 08:45:36 +00:00
18 lines
248 B
C++
18 lines
248 B
C++
#ifndef __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
|
#define __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
struct CGuiWidgetDrawParms
|
|
{
|
|
float x0_alphaMod;
|
|
float x4_;
|
|
float x8_;
|
|
float xc_;
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CGUIWIDGETDRAWPARMS_HPP__
|