misc changes

mostly added kt1l from watl exercise
This commit is contained in:
2025-08-07 10:53:35 -04:00
parent 3769413a50
commit 73bfdb63ea
12 changed files with 128 additions and 40 deletions

View File

@@ -270,7 +270,7 @@ import "codebase:grime"
file_rewind :: grime.file_rewind
// hashing
djb8_hash :: grime.djb8_hash
hash64_djb8 :: grime.hash64_djb8
// linked lists
SLL_Node :: grime.SLL_Node
@@ -664,7 +664,7 @@ vec2 :: proc {
vec2_from_scalar,
// vec2_64_from_vec2,
vec2_from_vec2i,
vec2i_from_vec2
vec2i_from_vec2,
}
vec3 :: proc {