aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_debugtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/sokol_debugtext.h')
-rw-r--r--util/sokol_debugtext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sokol_debugtext.h b/util/sokol_debugtext.h
index 00223c6b..d82d8d0f 100644
--- a/util/sokol_debugtext.h
+++ b/util/sokol_debugtext.h
@@ -3881,6 +3881,7 @@ static sdtx_desc_t _sdtx_desc_defaults(const sdtx_desc_t* in_desc) {
}
/*=== PUBLIC API FUNCTIONS ===================================================*/
+
SOKOL_API_IMPL void sdtx_setup(const sdtx_desc_t* desc) {
SOKOL_ASSERT(desc);
memset(&_sdtx, 0, sizeof(_sdtx));