credits, tests
This commit is contained in:
parent
9eb0e72950
commit
5f1a73fe4e
@ -13,6 +13,7 @@
|
|||||||
// github:trex78
|
// github:trex78
|
||||||
// Jari Komppa (SI suffixes)
|
// Jari Komppa (SI suffixes)
|
||||||
// Rohit Nirmal
|
// Rohit Nirmal
|
||||||
|
// Marcin Wojdyr
|
||||||
//
|
//
|
||||||
// LICENSE:
|
// LICENSE:
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,15 @@
|
|||||||
#include "stb_sprintf.h"
|
#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
|
#define STB_SPRINTF_IMPLEMENTATION
|
||||||
#include "stb_sprintf.h"
|
#include "stb_sprintf.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user