FalseHonesty
06/10/2019, 4:26 PMstruct nk_context ctx;
nk_init_fixed(&ctx, calloc(1, MAX_MEMORY), MAX_MEMORY, &font);
This is some C code for the library I'm trying to use (Nuklear). How would I convert that to Kotlin interop code?olonho
06/10/2019, 4:32 PM