#ifndef EMOTES_HPP_INCLUDED #define EMOTES_HPP_INCLUDED #include namespace Emotes { bool IsOpen(); bool Open(bool UseHotkey = false); std::int32_t GetTabHotkey(); } #endif // EMOTES_HPP_INCLUDED