add page number argument

This commit is contained in:
yggverse 2024-08-29 03:38:49 +03:00
parent 9be2ba6c32
commit 24ffe358c4
3 changed files with 37 additions and 8 deletions

View file

@ -54,8 +54,13 @@ namespace app::browser::main
void close_right();
void close_all();
void history_back();
void history_forward();
void history_back(
const int & PAGE_NUMBER
);
void history_forward(
const int & PAGE_NUMBER
);
void refresh(
const int & PAGE_NUMBER