treballant en arreglas els includes de SDL3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL3/SDL_events.h> // Para SDL_Event
|
||||
#include <SDL3/SDL_render.h> // Para SDL_Renderer, SDL_Texture
|
||||
#include <SDL3/SDL_stdinc.h> // Para Uint64, Uint8
|
||||
#include <SDL3/SDL.h> // Para SDL_Event
|
||||
#include <SDL3/SDL.h> // Para SDL_Renderer, SDL_Texture
|
||||
#include <SDL3/SDL.h> // Para Uint64, Uint8
|
||||
#include <memory> // Para shared_ptr, unique_ptr
|
||||
#include <string> // Para string
|
||||
#include <vector> // Para vector
|
||||
|
||||
Reference in New Issue
Block a user