bind StyleType
This commit is contained in:
@@ -302,6 +302,7 @@ static const char *StyleTypeNames[] = {
|
||||
};
|
||||
XToString( StyleType, NUM_StyleType );
|
||||
StringToX( StyleType );
|
||||
LuaXType( StyleType );
|
||||
|
||||
|
||||
static const char *GoalTypeNames[] = {
|
||||
|
||||
@@ -397,6 +397,7 @@ enum StyleType
|
||||
};
|
||||
const RString& StyleTypeToString( StyleType s );
|
||||
StyleType StringToStyleType( const RString& s );
|
||||
LuaDeclareType( StyleType );
|
||||
|
||||
|
||||
enum GoalType
|
||||
|
||||
Reference in New Issue
Block a user