Change types to idiomatic Ada_Case Odin

This commit is contained in:
Riyyi
2026-08-08 13:15:00 +02:00
parent 6fcfdd5b67
commit 2a0c478f7a
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import "src:file"
write_assets :: proc(
w: ^Writer,
output: ^os.File,
entries: []file.FileEntry,
entries: []file.File_Entry,
size_per_chunk: u64 = SIZE_PER_CHUNK,
compression: u16 = COMPRESSION,
allocator := context.allocator,