Fix SDL2 include directives

This commit is contained in:
Francesco Abbate
2020-06-29 15:24:08 +02:00
parent 3224622a40
commit 77a9819f4e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <stdbool.h>
#include <ctype.h>
#include <dirent.h>