sokol_debugtext.cc 122 B

1234567
  1. #include "sokol_gfx.h"
  2. #define SOKOL_IMPL
  3. #include "sokol_debugtext.h"
  4. void use_debugtext_impl() {
  5. sdtx_setup({});
  6. }