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