This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,10 @@
#include "stb_easy_font.h"
void ef_dummy(void)
{
// suppress unsused-function warning
stb_easy_font_spacing(0);
stb_easy_font_print(0,0,0,0,0,0);
stb_easy_font_width(0);
stb_easy_font_height(0);
}