diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-10-04 17:55:15 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-10-04 17:55:15 -0300 |
commit | 2032daa62db8c2c70ab36ee14f0f4e87c2a68278 (patch) | |
tree | 9f079b75662ead17553d329cf2129884f3d8d15b /src/vk | |
parent | 30c8d2b144bae1e5f95936c5af1b4432bcfdc7b4 (diff) |
buil Use SDL_MAIN_HANDLED to compile engine on Windows
Diffstat (limited to 'src/vk')
-rw-r--r-- | src/vk/texture.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vk/texture.cpp b/src/vk/texture.cpp index ae35035..54cf801 100644 --- a/src/vk/texture.cpp +++ b/src/vk/texture.cpp @@ -16,9 +16,6 @@ #include "texture.hpp" -#include <SDL2/SDL.h> -#include <SDL2/SDL_image.h> - #include "../command.hpp" #include "../core.hpp" #include "image.hpp" |