mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-12-06 06:44:11 -08:00
Compare commits
2 Commits
a86a2cc77c
...
dbee294b32
| Author | SHA1 | Date | |
|---|---|---|---|
| dbee294b32 | |||
| 90a8dfd507 |
@@ -70,7 +70,8 @@ int gen_main()
|
||||
}
|
||||
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 );
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user