added solstice support to the collections lib

This commit is contained in:
2026-04-12 09:47:27 +10:00
parent f6c59a61d3
commit aa0c71a47b
5 changed files with 48 additions and 11 deletions

View File

@@ -11,6 +11,6 @@ typedef struct {
UT_hash_handle hh;
} HashmapItem;
GroundValue createHashmapStruct();
void initHashmaps(GroundScope* scope);
#endif