diff options
Diffstat (limited to 'src/std/containers/hashmap.h')
-rw-r--r-- | src/std/containers/hashmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/std/containers/hashmap.h b/src/std/containers/hashmap.h index 64a5bf7..95c1c6b 100644 --- a/src/std/containers/hashmap.h +++ b/src/std/containers/hashmap.h @@ -9,7 +9,6 @@ * */ - typedef struct hashmap hashmap; /* @@ -18,7 +17,7 @@ Example usage init hashmap insert (string, material) get (string) -> material_opt or material* ? - + */ void hashmap_init(hashmap* map); |