8 lines
122 B
C++
8 lines
122 B
C++
#include "sokol_gfx.h"
|
|
#define SOKOL_IMPL
|
|
#include "sokol_debugtext.h"
|
|
|
|
void use_debugtext_impl() {
|
|
sdtx_setup({});
|
|
}
|