mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Simplify wrapping
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
package pgo
|
||||
|
||||
/*
|
||||
#cgo CPPFLAGS: -I physx-c
|
||||
#cgo CFLAGS: -I physx-c
|
||||
#cgo LDFLAGS: -L ./libs -l physx-c
|
||||
|
||||
#include <wrap.cxx>
|
||||
#include <wrap.c>
|
||||
#include <stdlib.h> //Needed for C.free
|
||||
*/
|
||||
import "C"
|
||||
|
||||
Reference in New Issue
Block a user