summaryrefslogtreecommitdiff
path: root/tests/compile/sokol_debugtext.c
blob: 1d22c63217e9c47f767ee069076e0681fbce191a (plain)
1
2
3
4
5
6
7
#include "sokol_gfx.h"
#define SOKOL_IMPL
#include "sokol_debugtext.h"

void use_debugtext_impl(void) {
    sdtx_setup(&(sdtx_desc_t){0});
}