forked from ground/ground
updated fileio and collections libs
rewrote fileio lib to use structs and methods. i also updated collections lib to fix bugs and be more consistent
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
#include <groundext.h>
|
||||
#include <groundvm.h>
|
||||
#include <stddef.h>
|
||||
|
||||
extern const uint8_t STARTING_ELEMENTS;
|
||||
|
||||
GroundValue createList(int64_t initialCapacity);
|
||||
void initLists(GroundScope* scope);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user