bring back StepsType type to lua
This commit is contained in:
@@ -45,6 +45,7 @@ RString StepsTypeToString( StepsType st )
|
|||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
namespace StringConversion { template<> RString ToString<StepsType>( const StepsType &value ) { return StepsTypeToString(value); } }
|
||||||
|
|
||||||
LuaXType( StepsType );
|
LuaXType( StepsType );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user