migrant a SDL3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL_rect.h> // Para SDL_Point, SDL_Rect
|
||||
#include <SDL2/SDL_render.h> // Para SDL_Texture, SDL_Renderer
|
||||
#include <SDL2/SDL_stdinc.h> // Para Uint32
|
||||
#include <SDL3/SDL_rect.h> // Para SDL_Point, SDL_Rect
|
||||
#include <SDL3/SDL_render.h> // Para SDL_Texture, SDL_Renderer
|
||||
#include <SDL3/SDL_stdinc.h> // Para Uint32
|
||||
#include <memory> // Para unique_ptr, shared_ptr
|
||||
#include <vector> // Para vector
|
||||
class Fade; // lines 8-8
|
||||
|
||||
Reference in New Issue
Block a user