Updated stb_image to 2.0.2.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-01-20 03:40:08 -04:00
parent dfdd52e499
commit c1d4613ff7
9 changed files with 2277 additions and 621 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ static void loveSTBAssert(bool test, const char *teststr)
}
// stb_image
#define STBI_NO_HDR
// #define STBI_ONLY_JPEG
#define STBI_ONLY_BMP
#define STBI_ONLY_TGA
#define STBI_NO_STDIO
#define STB_IMAGE_IMPLEMENTATION
#define STBI_ASSERT(A) loveSTBAssert((A), #A)