forked from ground/ground
10 lines
173 B
C
10 lines
173 B
C
#include <groundext.h>
|
|
#include <groundvm.h>
|
|
|
|
#include "list.h"
|
|
#include "hashmap.h"
|
|
|
|
void ground_init(GroundScope* scope) {
|
|
initLists(scope);
|
|
initHashmaps(scope);
|
|
} |