#include #include #include "list.h" #include "hashmap.h" void ground_init(GroundScope* scope) { initLists(scope); initHashmaps(scope); }