/* * ===================================================================================== * * Filename: SDLHeaders.hpp * * Description: * * Created: 20/12/2014 01:18:31 * * Author: Quentin Bazin, * * ===================================================================================== */ #ifndef SDLHEADERS_HPP_ #define SDLHEADERS_HPP_ #ifdef __ANDROID__ #include "SDL.h" #include "SDL_image.h" #include "SDL_mixer.h" #else #include #include #include #endif #endif // SDLHEADERS_HPP_