rename methods

This commit is contained in:
yggverse 2024-09-09 23:51:13 +03:00
parent 46582fbe63
commit 59b3f171e5
5 changed files with 21 additions and 22 deletions

View file

@ -23,7 +23,7 @@ namespace app::browser::main
struct DB
{
enum APP_BROWSER_MAIN_TAB
enum APP_BROWSER_MAIN_TAB_SESSION
{
ID,
TIME,
@ -94,9 +94,8 @@ namespace app::browser::main
const int & PAGE_NUMBER
);
void restore();
void save();
void session_restore();
void session_save();
void shutdown();