mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 14:31:22 +00:00
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__
|