mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-12-22 14:24:43 -08:00
Compare commits
No commits in common. "dbee294b3238094ec521ade22e080b42df385968" and "a86a2cc77c4ac6bb9f117569f94ed5f9b157e4c2" have entirely different histories.
dbee294b32
...
a86a2cc77c
@ -70,8 +70,7 @@ int gen_main()
|
|||||||
}
|
}
|
||||||
content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() );
|
content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() );
|
||||||
}
|
}
|
||||||
|
using_context = def_define( txt("using_context()"), using_context_content );
|
||||||
using_context = def_define( txt("using_context()"), MT_Statement, { {}, using_context_content } );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.print( using_context );
|
builder.print( using_context );
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user