Receive onContact callbacks

This commit is contained in:
bloeys
2022-02-14 08:52:18 +04:00
parent 3344705f6b
commit 2831edb9d4
5 changed files with 35 additions and 7 deletions

10
pgo/ccallbacks.go Executable file
View File

@ -0,0 +1,10 @@
package pgo
/*
void goOnContactCallback_cgo(void* pairHeader)
{
void goOnContactCallback(void*);
goOnContactCallback(pairHeader);
}
*/
import "C"