Ya se puede ejecutar desde cualquier directorio

This commit is contained in:
2022-08-08 12:55:50 +02:00
parent 49e0d887f4
commit 18bc53a580
3 changed files with 231 additions and 57 deletions

View File

@@ -1,16 +1 @@
#ifdef _WIN64
#include "C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\include\SDL2\SDL.h"
#endif
#ifdef _WIN32
#include "C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\include\SDL2\SDL.h"
#endif
#ifdef __APPLE__
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#endif
#ifdef __linux__
#include "/usr/include/SDL2/SDL.h"
#endif
#include <SDL2/SDL.h>