diff options
Diffstat (limited to 'src/components/chatwindow.hpp')
-rw-r--r-- | src/components/chatwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp index 74c053f..1c0b7cc 100644 --- a/src/components/chatwindow.hpp +++ b/src/components/chatwindow.hpp @@ -39,6 +39,8 @@ public: void OpenNewTab(Snowflake id); TabsState GetTabsState(); void UseTabsState(const TabsState &state); + void GoBack(); + void GoForward(); #endif protected: |