#include "game.h" #include "api/spritesheet.h" #include "facade/SdlContext.h" #include "facade/Texture.h" #include void game::render(std::vector & draw, std::vector & ss){ auto& ctx = crepe::SdlContext::get_instance(); ctx.loop(*draw[0], *ss[0]); }