AlpacaLibrary/Include/Game/Interfaces/GameTabs/Emotes.hpp

15 lines
189 B
C++

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