From 5f1a73fe4e169a65e73657b1c302d43df98ef490 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 29 Jan 2018 03:18:40 -0800 Subject: [PATCH] credits, tests --- stb_sprintf.h | 1 + tests/test_c_compilation.c | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/stb_sprintf.h b/stb_sprintf.h index e8f2b38..a143838 100644 --- a/stb_sprintf.h +++ b/stb_sprintf.h @@ -13,6 +13,7 @@ // github:trex78 // Jari Komppa (SI suffixes) // Rohit Nirmal +// Marcin Wojdyr // // LICENSE: // diff --git a/tests/test_c_compilation.c b/tests/test_c_compilation.c index 2a54df5..dd31936 100644 --- a/tests/test_c_compilation.c +++ b/tests/test_c_compilation.c @@ -1,4 +1,15 @@ #include "stb_sprintf.h" +#include "stb_easy_font.h" +#include "stb_herringbone_wang_tile.h" +#include "stb_image.h" +#include "stb_image_write.h" +#include "stb_perlin.h" +#include "stb_dxt.h" +#include "stb_c_lexer.h" +#include "stb_divide.h" +#include "stb_image_resize.h" +#include "stb_rect_pack.h" + #define STB_SPRINTF_IMPLEMENTATION #include "stb_sprintf.h"