#ifndef UI_GAME_C_G_ACTION_BAR_HPP #define UI_GAME_C_G_ACTION_BAR_HPP #include class CGActionBar { public: // Static variables static uint32_t s_currentPage; static uint32_t s_tempPageActiveFlags; }; #endif