mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Native functions are working
This commit is contained in:
@@ -13,6 +13,7 @@ typedef struct _entry {
|
||||
typedef struct LiteralDictionary {
|
||||
_entry* entries;
|
||||
int capacity;
|
||||
int contains; //count + tombstones
|
||||
int count;
|
||||
} LiteralDictionary;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user