mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-05 18:20:30 +03:00
No need for const removal
This commit is contained in:
parent
0a43db11ec
commit
2c54889462
@ -13,7 +13,7 @@ namespace Generator
|
|||||||
StartBlock( "internal static class Defines" );
|
StartBlock( "internal static class Defines" );
|
||||||
foreach ( var o in def.Consts )
|
foreach ( var o in def.Consts )
|
||||||
{
|
{
|
||||||
var type = o.Type.Substring( "const ".Length );
|
var type = o.Type;
|
||||||
type = Cleanup.ConvertType( type );
|
type = Cleanup.ConvertType( type );
|
||||||
|
|
||||||
var val = o.Val;
|
var val = o.Val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user