Make decode_one public

This commit is contained in:
gingerBill
2026-06-16 16:39:03 +01:00
parent 3a5439f60e
commit 0d9ad7259b

View File

@@ -67,11 +67,7 @@ decode :: proc(
return
}
// =============================================================================
// Internal
// =============================================================================
@(private="file")
decode_one :: proc(
data: []u8,
relocs: []Relocation,