texturer.h 250 B

123456789101112131415
  1. //
  2. // Created by jovian on 16/07/17.
  3. //
  4. #ifndef HELLOSDL_TEXTURER_H
  5. #define HELLOSDL_TEXTURER_H
  6. #include <iostream>
  7. #include <SDL.h>
  8. #include <SDL_image.h>
  9. void logSDLError(std::ostream &os, const std::string &msg);
  10. #endif //HELLOSDL_TEXTURER_H