59 std::string path1 = rl->
path;
60 const size_t p = path1.find(
'|');
62 if (p != std::string::npos)
64 d =
new Dye(path1.substr(p + 1));
65 path1 = path1.substr(0, p);
88 DyedImageLoader rl = { idPath };
#define reportAlways(...)
Image * load(SDL_RWops *const rw)
ImageHelper * imageHelper
#define A_DEFAULT_COPY(func)
Image * getImage(const std::string &idPath)
Resource * get(const std::string &idPath, generator fun, const void *const data)
SDL_RWops * rwopsOpenRead(const std::string &fname)
#define BLOCK_START(name)