require closing page number argument

This commit is contained in:
yggverse 2024-08-12 21:12:08 +03:00
parent ff592df8b5
commit fa52a8fa70
3 changed files with 17 additions and 7 deletions

View file

@ -49,7 +49,10 @@ namespace app::browser::main
bool focus
);
void close();
void close(
int number
);
void close_left();
void close_right();
void close_all();