mirror of
https://github.com/Ed94/refactor.git
synced 2025-07-05 21:25:46 -07:00
Non-include refactors work. Multi-file works.
This commit is contained in:
@ -9,7 +9,7 @@ namespace Memory
|
||||
|
||||
void setup()
|
||||
{
|
||||
zpl_arena_init_from_allocator( & Global_Arena, zpl_heap(), zpl_megabytes(2) );
|
||||
zpl_arena_init_from_allocator( & Global_Arena, zpl_heap(), Initial_Reserve );
|
||||
|
||||
if ( Global_Arena.total_size == 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user