mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-22 00:19:13 +00:00
CGuiModel imps
This commit is contained in:
14
Runtime/GuiSys/CGuiWidgetDrawParms.hpp
Normal file
14
Runtime/GuiSys/CGuiWidgetDrawParms.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
||||
#define __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
struct CGuiWidgetDrawParms
|
||||
{
|
||||
float x0_alphaMod;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGUIWIDGETDRAWPARMS_HPP__
|
||||
Reference in New Issue
Block a user