Simulator now uses ImGui for stuff
This commit is contained in:
parent
1be998153a
commit
0871b2582d
9 changed files with 8101 additions and 53 deletions
6
simulation/include/SDL.h
Normal file
6
simulation/include/SDL.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#if defined(__APPLE__)
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#else
|
||||
#error "Platform not supported, fix include paths and stuff.."
|
||||
#endif
|
1
simulation/include/SDL_syswm.h
Normal file
1
simulation/include/SDL_syswm.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <SDL2/SDL_syswm.h>
|
Loading…
Add table
Add a link
Reference in a new issue