Add header computation function

This commit is contained in:
Riyyi
2026-08-03 09:13:34 +02:00
parent 87d20f2ae5
commit 34f7b70039
5 changed files with 123 additions and 33 deletions
+4
View File
@@ -24,4 +24,8 @@ main :: proc() {
entries := file.list_dir_recursive_by_path("./src")
fmt.println("entries:", entries)
header, asset_index_array := file.compute_header(entries)
fmt.println("header:", header)
fmt.println("aia:", asset_index_array)
}