mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
10
thirdparty/stb/tests/test_easyfont.c
vendored
Normal file
10
thirdparty/stb/tests/test_easyfont.c
vendored
Normal file
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user