add auto dirty (save toxfile) + minor stuff

This commit is contained in:
2023-07-29 20:39:31 +02:00
parent 93e5bb867b
commit d5e2dd2e1f
6 changed files with 101 additions and 6 deletions

View File

@ -10,6 +10,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path) :
renderer(renderer_),
rmm(cr),
tc(save_path),
ad(tc),
tcm(cr, tc, tc),
tmm(rmm, cr, tcm, tc, tc),
ttm(rmm, cr, tcm, tc, tc),