Compare commits

...

1 Commits

Author SHA1 Message Date
3e1017d4fc tmp: remove special-case for win32 2023-03-26 21:08:24 -05:00

View File

@@ -67,13 +67,8 @@
#include "imgui_impl_sdl.h"
// SDL
#if defined(__WIN32__)
#include <SDL2/SDL.h>
#include <SDL2/SDL_syswm.h>
#else
#include <SDL.h>
#include <SDL_syswm.h>
#endif
#include <SDL.h>
#include <SDL_syswm.h>
#if defined(__APPLE__)
#include <TargetConditionals.h>