ScopeTimer + small fixes

This commit is contained in:
Ara
2023-12-08 10:21:06 +06:00
parent eea920d98f
commit 42e632d220
5 changed files with 29 additions and 7 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ namespace gui {
void back();
void clearHistory();
void reset();
//comment or erase pragma if you hate notes..
#pragma message("gui::PagesControl::current() returns Page by-value! (can initiate unexpected behaviour)")
Page current();
};
}