mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods
This commit is contained in:
parent
46582fbe63
commit
59b3f171e5
5 changed files with 21 additions and 22 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue