Update SDL2 include path

This commit is contained in:
merry
2022-12-03 18:21:20 +00:00
parent 22aff09b33
commit 4a36e969ce
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wimplicit-fallthrough"
#endif
#include <SDL.h>
#include <SDL2/SDL.h>
#ifdef __clang__
#pragma clang diagnostic pop
#endif