diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
commit | 4c52564f56545796ec5d9c03c93276347d732034 (patch) | |
tree | 6c581ffa4122e33fe5cfbc65049c627a5e485f2d /src/blu_cat/int/core.hpp | |
parent | 8ef58d472533a43155893889dfb1f97a4dec2dcf (diff) |
feat Update to SDL3
Diffstat (limited to 'src/blu_cat/int/core.hpp')
-rw-r--r-- | src/blu_cat/int/core.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blu_cat/int/core.hpp b/src/blu_cat/int/core.hpp index c369e7b..0e5f3a3 100644 --- a/src/blu_cat/int/core.hpp +++ b/src/blu_cat/int/core.hpp @@ -32,8 +32,8 @@ #include <Windows.h> #endif -#include <SDL2/SDL.h> -#include <SDL2/SDL_vulkan.h> +#include <SDL3/SDL.h> +#include <SDL3/SDL_vulkan.h> #include <ft2build.h> #include FT_FREETYPE_H |