migracio a SDL3
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL_events.h> // for SDL_Event
|
||||
#include <SDL2/SDL_render.h> // for SDL_Renderer, SDL_Texture
|
||||
#include <SDL2/SDL_stdinc.h> // for Uint16, Uint32
|
||||
#include <SDL3/SDL.h>
|
||||
#include <vector> // for vector
|
||||
class Asset;
|
||||
class Input;
|
||||
|
||||
Reference in New Issue
Block a user