start with messages (no fragments get created yet)

This commit is contained in:
2024-02-13 14:48:38 +01:00
parent e67d7d37b5
commit 2bc30ffcdc
5 changed files with 213 additions and 0 deletions

View File

@ -14,6 +14,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
renderer(renderer_),
rmm(cr),
mts(rmm),
mfs(rmm, fs),
tc(save_path, save_password),
tpi(tc.getTox()),
ad(tc),