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

15 lines
186 B
C++
Raw Normal View History

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