#ifndef MUSIC_HPP_INCLUDED #define MUSIC_HPP_INCLUDED #include /** @addtogroup GameTabs * @{ */ namespace Music { bool IsOpen(); bool Open(); std::int32_t GetTabHotkey(); } /** @} */ #endif // MUSIC_HPP_INCLUDED