#ifndef EMOTES_HPP_INCLUDED #define EMOTES_HPP_INCLUDED /** @addtogroup GameTabs * @{ */ namespace Emotes { bool IsOpen(); bool Open(); } /** @} */ #endif // EMOTES_HPP_INCLUDED