From 97e7909e4d730524b3ea319fa86520ed3bb3df5c Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Fri, 27 Feb 2026 23:23:16 -0500 Subject: use odin's new handle maps rather than my own --- tools/compile_assets/aseprite/marshal.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/compile_assets/aseprite/marshal.odin') diff --git a/tools/compile_assets/aseprite/marshal.odin b/tools/compile_assets/aseprite/marshal.odin index 1b56de1..d94c822 100644 --- a/tools/compile_assets/aseprite/marshal.odin +++ b/tools/compile_assets/aseprite/marshal.odin @@ -1,7 +1,7 @@ package aseprite_file_handler import "core:io" -import "core:os" +import os "core:os/old" import "core:log" import "core:bytes" import "core:bufio" @@ -546,4 +546,4 @@ marshal_to_writer :: proc(doc: ^Document, ww: io.Writer, allocator := context.al return file_size, Marshal_Errors.Wrong_Write_Size } return -} \ No newline at end of file +} -- cgit v1.3-2-g0d8e