mirror of https://github.com/AxioDL/metaforce.git
15 lines
203 B
C++
15 lines
203 B
C++
|
#ifndef __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
||
|
#define __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
struct CGuiWidgetDrawParms
|
||
|
{
|
||
|
float x0_alphaMod;
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CGUIWIDGETDRAWPARMS_HPP__
|