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

void use_gfx_impl() {
    sg_setup({});
}