diff options
Diffstat (limited to 'apps/tests/main.hpp')
-rw-r--r-- | apps/tests/main.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tests/main.hpp b/apps/tests/main.hpp index 471c172..394a0cd 100644 --- a/apps/tests/main.hpp +++ b/apps/tests/main.hpp @@ -5,6 +5,7 @@ class app_tests : public BaseApp { private: + int m_current_screen = 0; AppAttributes app_attributes = {3, true}; public: const AppAttributes& app_get_attributes() { |