Green Sky
3cd551098b
git-subtree-dir: external/stb/stb git-subtree-split: c39c7023ebb833ce099750fe35509aca5662695e
10 lines
212 B
C
10 lines
212 B
C
#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);
|
|
} |