1
0

texturer.cpp 187 B

123456789
  1. //
  2. // Created by jovian on 16/07/17.
  3. //
  4. #include "texturer.h"
  5. void logSDLError(std::ostream &os, const std::string &msg) {
  6. os << msg << " error: " << SDL_GetError() << std::endl;
  7. }