mirror of https://github.com/nothings/stb.git
test stb_include.h
This commit is contained in:
parent
5e4a0617b7
commit
50dc48013b
|
@ -138,6 +138,10 @@ SOURCE=..\stb_image_write.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\stb_include.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\stb_leakcheck.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#define STB_VOXEL_RENDER_IMPLEMENTATION
|
||||
#define STB_EASY_FONT_IMPLEMENTATION
|
||||
#define STB_DXT_IMPLEMENTATION
|
||||
#define STB_INCLUDE_IMPLEMENTATION
|
||||
|
||||
#include "stb_herringbone_wang_tile.h"
|
||||
#include "stb_image.h"
|
||||
|
@ -22,6 +23,7 @@
|
|||
#include "stb_image_resize.h"
|
||||
#include "stb_rect_pack.h"
|
||||
#include "stb_dxt.h"
|
||||
#include "stb_include.h"
|
||||
|
||||
#include "stb_ds.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue