Switched out my map impl for a GTree

This commit is contained in:
Scoopta
2020-01-19 22:09:04 -08:00
parent 22c32c0f2c
commit 868710726e
2 changed files with 23 additions and 65 deletions

View File

@@ -23,6 +23,8 @@
#include <string.h>
#include <stdbool.h>
#include <gmodule.h>
struct map* map_init(void);
struct map* map_init_void(void);