bring back StepsType type to lua

This commit is contained in:
Vecais Dumais Laacis
2007-03-11 23:03:55 +00:00
parent 778172314f
commit 8995426f84
+1
View File
@@ -45,6 +45,7 @@ RString StepsTypeToString( StepsType st )
}
return s;
}
namespace StringConversion { template<> RString ToString<StepsType>( const StepsType &value ) { return StepsTypeToString(value); } }
LuaXType( StepsType );