renombrades extensions .h a .hpp
This commit is contained in:
2
source/external/gif.cpp
vendored
2
source/external/gif.cpp
vendored
@@ -1,4 +1,4 @@
|
||||
#include "gif.h"
|
||||
#include "gif.hpp"
|
||||
|
||||
#include <SDL3/SDL.h> // Para SDL_LogError, SDL_LogCategory, SDL_LogInfo
|
||||
#include <cstring> // Para memcpy, size_t
|
||||
|
||||
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