mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Receive onContact callbacks
This commit is contained in:
10
pgo/ccallbacks.go
Executable file
10
pgo/ccallbacks.go
Executable file
@ -0,0 +1,10 @@
|
||||
package pgo
|
||||
|
||||
/*
|
||||
void goOnContactCallback_cgo(void* pairHeader)
|
||||
{
|
||||
void goOnContactCallback(void*);
|
||||
goOnContactCallback(pairHeader);
|
||||
}
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user