treballant en arreglas els includes de SDL3
This commit is contained in:
8
source/external/gif.cpp
vendored
8
source/external/gif.cpp
vendored
@@ -1,8 +1,8 @@
|
||||
#include "gif.h"
|
||||
#include <SDL3/SDL_log.h> // Para SDL_LogError, SDL_LogCategory, SDL_LogInfo
|
||||
#include <cstring> // Para memcpy, size_t
|
||||
#include <stdexcept> // Para runtime_error
|
||||
#include <string> // Para char_traits, operator==, basic_string, string
|
||||
#include <SDL3/SDL.h> // Para SDL_LogError, SDL_LogCategory, SDL_LogInfo
|
||||
#include <cstring> // Para memcpy, size_t
|
||||
#include <stdexcept> // Para runtime_error
|
||||
#include <string> // Para char_traits, operator==, basic_string, string
|
||||
|
||||
namespace GIF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user