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

16 lines
220 B
C++
Raw Normal View History

2017-12-25 23:49:48 +00:00
#ifndef EMOTES_HPP_INCLUDED
#define EMOTES_HPP_INCLUDED
/** @addtogroup GameTabs
* @{ */
class Emotes
{
public:
static bool IsOpen();
static bool Open();
};
/** @} */
#endif // EMOTES_HPP_INCLUDED