//
// Created by jovian on 16/07/17.
//
#include "texturer.h"

void logSDLError(std::ostream &os, const std::string &msg) {
    os << msg << " error: " << SDL_GetError() << std::endl;
}