mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 06:20:08 -04:00
10 lines
81 B
Odin
10 lines
81 B
Odin
package image
|
|
|
|
load :: proc{
|
|
load_from_bytes,
|
|
}
|
|
|
|
which :: proc{
|
|
which_bytes,
|
|
}
|