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

16 lines
216 B
C++
Raw Normal View History

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