more STB_IMAGE_STATIC fixes
This commit is contained in:
parent
7bcaa93a76
commit
0b2c06a7e1
@ -90,10 +90,6 @@ SOURCE=.\grid_reachability.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\docs\other_libs.md
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\stb.c
|
SOURCE=.\stb.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
#define STB_IMAGE_STATIC
|
||||||
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
|
#include "stb_image.h"
|
||||||
|
|
||||||
#define STB_VORBIS_HEADER_ONLY
|
#define STB_VORBIS_HEADER_ONLY
|
||||||
#include "stb_vorbis.c"
|
#include "stb_vorbis.c"
|
||||||
#include "stb.h"
|
#include "stb.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user