implement separated restore action method

This commit is contained in:
yggverse 2024-09-09 23:23:40 +03:00
parent 55524221ff
commit 817c946270
2 changed files with 49 additions and 42 deletions

View file

@ -94,6 +94,8 @@ namespace app::browser::main
const int & PAGE_NUMBER
);
void restore();
void save();
void shutdown();