Closed assyrianic closed 6 years ago
something like...
NativeInfo_ tagha_host_natives[] = { {"test", Native_Test}, {"printHW", Native_PrintHelloWorld}, {"getglobal", Native_TestGlobal}, {nullptr, nullptr} }; Tagha_ *tagha = new Tagha_(tagha_host_natives);
something like...