Textures work

This commit is contained in:
Ben Kyd
2019-10-07 12:10:49 +01:00
parent feb895a5d8
commit c55e3ec240
12 changed files with 134 additions and 12 deletions

View File

@@ -43,8 +43,15 @@
#include <imgui/imgui_impl_sdl.h>
// SDL
#if _WIN32
#include <SDL.h>
#include <SDL_syswm.h>
#else
#include <SDL2/SDL.h>
#include <SDL2/SDL_syswm.h>
#endif
#if defined(__APPLE__)
#include "TargetConditionals.h"
#endif