aboutsummaryrefslogtreecommitdiff
path: root/core/image/general_js.odin
blob: 6e6a955013e2d0aac48e807597e083ea298245ab (plain)
1
2
3
4
5
6
7
8
9
package image

load :: proc{
	load_from_bytes,
}

which :: proc{
	which_bytes,
}