diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index b714f1588..9b38d4859 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -196,6 +196,7 @@ template <typename T> void multi_map_remove_all(Map<T> *h, HashKey key); + template <typename T> gb_inline void map_init(Map<T> *h, gbAllocator a) { gb_array_init(h->hashes, a); |