1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 03:53:51 +00:00
openmw-tes3mp/apps/openmw-mp/processors/world/ProcessorMusicPlay.hpp

19 lines
338 B
C++
Raw Normal View History

#ifndef OPENMW_PROCESSORMUSICPLAY_HPP
#define OPENMW_PROCESSORMUSICPLAY_HPP
#include "../WorldProcessor.hpp"
namespace mwmp
{
class ProcessorMusicPlay final: public WorldProcessor
{
public:
ProcessorMusicPlay()
{
BPP_INIT(ID_MUSIC_PLAY)
}
};
}
#endif //OPENMW_PROCESSORMUSICPLAY_HPP