1 2 3 4 5 6 7 8 9
#include "sokol_app.h" #include "sokol_gfx.h" #define SOKOL_IMPL #include "sokol_glue.h" void use_glue_impl() { const sg_environment ctx = sglue_environment(); (void)ctx; }