summaryrefslogtreecommitdiff
path: root/src/utils/hashmap.c
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-05 16:36:47 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-05 16:48:20 +0000
commite85f81ec109782a01f1f741d4c2ed5f21af0c124 (patch)
tree8708c742b296de20e2d54ef9fa8ea7c2036d3d82 /src/utils/hashmap.c
parent457a4a3b1f00bf4d6c31b693085aa7150d2dcded (diff)
Organize the sourcefiles
Diffstat (limited to 'src/utils/hashmap.c')
-rw-r--r--src/utils/hashmap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/hashmap.c b/src/utils/hashmap.c
new file mode 100644
index 0000000..1652bb6
--- /dev/null
+++ b/src/utils/hashmap.c
@@ -0,0 +1,3 @@
+#include <engine/hashmap.h>
+
+i32 lolhash(const usize s, i32 v) { return v % s; }