diff options
| author | iamcheeseman <[hidden email]> | 2026-02-27 23:23:16 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-02-27 23:23:16 -0500 |
| commit | 97e7909e4d730524b3ea319fa86520ed3bb3df5c (patch) | |
| tree | a95a7fc3fe27e3391814b4c06ae04affdb2818ed /tools/compile_assets/aseprite/marshal.odin | |
| parent | f45cafdf46455768985e3d3a118bbca1839e937f (diff) | |
use odin's new handle maps rather than my own
Diffstat (limited to 'tools/compile_assets/aseprite/marshal.odin')
| -rw-r--r-- | tools/compile_assets/aseprite/marshal.odin | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |
