Move TraceLogCallbackFun, add Vr structs

This commit is contained in:
Milan Nikolic 2023-11-12 22:15:19 +01:00
parent f3383deda8
commit 45c6718b99
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 29 additions and 3 deletions

View file

@ -7,9 +7,6 @@ import "C"
import "unsafe"
// TraceLogCallbackFun - function that will recive the trace log messages
type TraceLogCallbackFun func(int, string)
var internalTraceLogCallbackFun TraceLogCallbackFun = func(int, string) {}
// SetTraceLogCallback - set a call-back function for trace log