mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 07:31:10 +00:00
change ordering
This commit is contained in:
3
vendor/cgltf/cgltf.odin
vendored
3
vendor/cgltf/cgltf.odin
vendored
@@ -1,12 +1,11 @@
|
||||
package cgltf
|
||||
|
||||
import "core:c"
|
||||
|
||||
when ODIN_OS == .Windows { foreign import lib "lib/cgltf.lib" }
|
||||
else when ODIN_OS == .Linux { foreign import lib "lib/cgltf.a" }
|
||||
else when ODIN_OS == .Darwin { foreign import lib "lib/darwin/cgltf.a" }
|
||||
else { foreign import lib "system:cgltf" }
|
||||
|
||||
import "core:c"
|
||||
|
||||
file_type :: enum c.int {
|
||||
invalid,
|
||||
|
||||
Reference in New Issue
Block a user