mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2026-08-10 14:38:08 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbee294b32 | ||
|
|
90a8dfd507 |
@@ -70,7 +70,8 @@ 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 );
|
||||||
|
|||||||
+1387
-912
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user