renombrades extensions .h a .hpp
This commit is contained in:
2
source/external/stb_image.h
vendored
2
source/external/stb_image.h
vendored
@@ -10,7 +10,7 @@
|
||||
#include ...
|
||||
#include ...
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
#include "stb_image.hpp"
|
||||
|
||||
You can #define STBI_ASSERT(x) before the #include to avoid using assert.h.
|
||||
And #define STBI_MALLOC, STBI_REALLOC, and STBI_FREE to avoid using malloc,realloc,free
|
||||
|
||||
Reference in New Issue
Block a user