aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_debugtext.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-04-09 18:44:16 +0200
committerGitHub <noreply@github.com>2021-04-09 18:44:16 +0200
commit2c05e244e48a032676d22e2c1a33399b31a02f84 (patch)
tree28ab138dc5be7da70bcf3eb33aa92fa1d1f1dc3e /util/sokol_debugtext.h
parent91e7e83c96c0964f4eabf4a4f0d675984f57b379 (diff)
Window icon support for sokol_app.h (#509)
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));