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

15 lines
189 B
C++
Raw Normal View History

2017-12-25 23:49:48 +00:00
#ifndef EMOTES_HPP_INCLUDED
#define EMOTES_HPP_INCLUDED
/** @addtogroup GameTabs
* @{ */
2018-12-27 18:17:09 +00:00
namespace Emotes
2017-12-25 23:49:48 +00:00
{
2018-12-27 18:17:09 +00:00
bool IsOpen();
bool Open();
2018-12-31 21:52:58 +00:00
}
2017-12-25 23:49:48 +00:00
/** @} */
#endif // EMOTES_HPP_INCLUDED