clean up and fixes

This commit is contained in:
2021-09-06 18:05:40 +02:00
parent b408de5fa0
commit bffefcad77
3 changed files with 37 additions and 9 deletions

View File

@@ -7,7 +7,8 @@
#endif
#ifdef __APPLE__
#include "/Library/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h"
//#include "/Library/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h"
#include <SDL2/SDL.h>
#endif
#ifdef __linux__