diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-05-26 20:49:15 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-05-26 20:49:15 +0200 |
| commit | c87ff12b74d3113a91113a3e6170c79966f53a67 (patch) | |
| tree | 3eed236c3c945498a08532a73c0c4aa5028359b9 /util/sokol_debugtext.h | |
| parent | abf3cec4c4808fb38876d0a17627d85c2dd5becb (diff) | |
sokol_debugtext.h: remove the WIP
Diffstat (limited to 'util/sokol_debugtext.h')
| -rw-r--r-- | util/sokol_debugtext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/sokol_debugtext.h b/util/sokol_debugtext.h index 8d6fec32..3dacb300 100644 --- a/util/sokol_debugtext.h +++ b/util/sokol_debugtext.h @@ -1,7 +1,5 @@ #ifndef SOKOL_DEBUGTEXT_INCLUDED /* - WIP WIP WIP - sokol_debugtext.h - simple ASCII debug text rendering on top of sokol_gfx.h Project URL: https://github.com/floooh/sokol |