forked from ground/ground
added solstice support to the collections lib
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
#include "hashmap.h"
|
||||
|
||||
void ground_init(GroundScope* scope) {
|
||||
groundAddValueToScope(scope, "List", createListStruct());
|
||||
groundAddValueToScope(scope, "Hashmap", createHashmapStruct());
|
||||
initLists(scope);
|
||||
initHashmaps(scope);
|
||||
}
|
||||
Reference in New Issue
Block a user