// // Created by jovian on 16/07/17. // #ifndef HELLOSDL_TEXTURER_H #define HELLOSDL_TEXTURER_H #include <iostream> #include <SDL.h> #include <SDL_image.h> void logSDLError(std::ostream &os, const std::string &msg); #endif //HELLOSDL_TEXTURER_H