aboutsummaryrefslogtreecommitdiff
path: root/tests/compile/sokol_gfx.c
blob: 8926310f8a8ee5aa234ed948e6f6a883663f4e58 (plain)
1
2
3
4
5
6
#define SOKOL_IMPL
#include "sokol_gfx.h"

void use_gfx_impl(void) {
    sg_setup(&(sg_desc){0});
}