image inlining working

This commit is contained in:
2023-08-02 19:24:51 +02:00
parent 01fddd19cd
commit 5ecec26731
9 changed files with 144 additions and 14 deletions

View File

@ -15,6 +15,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path) :
tcm(cr, tc, tc),
tmm(rmm, cr, tcm, tc, tc),
ttm(rmm, cr, tcm, tc, tc),
mmil(rmm),
sdlrtu(renderer_),
cg(conf, rmm, cr, sdlrtu)
{