mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-31 21:20:07 +00:00
added cosmoM_addRoot & cosmoM_removeRoot
This commit is contained in:
@@ -20,6 +20,7 @@ CState *cosmoV_newState() {
|
||||
|
||||
// GC
|
||||
state->objects = NULL;
|
||||
state->userRoots = NULL;
|
||||
state->grayStack.count = 0;
|
||||
state->grayStack.capacity = 2;
|
||||
state->grayStack.array = NULL;
|
||||
|
||||
Reference in New Issue
Block a user