ffi types file added
This commit is contained in:
parent
498c661fcb
commit
99dbb4b05c
1 changed files with 9 additions and 0 deletions
9
raylib/ffi_types_unix.go
Normal file
9
raylib/ffi_types_unix.go
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
//go:build !cgo && (freebsd || linux)
|
||||||
|
|
||||||
|
package rl
|
||||||
|
|
||||||
|
import "github.com/jupiterrider/ffi"
|
||||||
|
|
||||||
|
var (
|
||||||
|
typeColor = ffi.Type{Type: ffi.Struct, Elements: &[]*ffi.Type{&ffi.TypeUint8, &ffi.TypeUint8, &ffi.TypeUint8, &ffi.TypeUint8, nil}[0]}
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue