Simplify wrapping

This commit is contained in:
bloeys
2022-01-22 22:24:49 +04:00
parent e8bee27262
commit 0997e2ef30
2 changed files with 2 additions and 2 deletions

View File

@ -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"