Simulator now uses ImGui for stuff

This commit is contained in:
Mikael Degerfält 2019-06-16 22:24:14 +02:00
parent 1be998153a
commit 0871b2582d
9 changed files with 8101 additions and 53 deletions

6
simulation/include/SDL.h Normal file
View file

@ -0,0 +1,6 @@
#if defined(__APPLE__)
#include <SDL2/SDL.h>
#else
#error "Platform not supported, fix include paths and stuff.."
#endif

View file

@ -0,0 +1 @@
#include <SDL2/SDL_syswm.h>