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

void use_debugtext_impl() {
    sdtx_setup({});
}