openmw-tes3coop/apps/openmw-mp/processors/world/ProcessorMusicPlay.hpp

22 lines
387 B
C++

//
// Created by koncord on 03.04.17.
//
#ifndef OPENMW_PROCESSORMUSICPLAY_HPP
#define OPENMW_PROCESSORMUSICPLAY_HPP
#include "apps/openmw-mp/WorldProcessor.hpp"
namespace mwmp
{
class ProcessorMusicPlay : public WorldProcessor
{
public:
ProcessorMusicPlay()
{
BPP_INIT(ID_MUSIC_PLAY)
}
};
}
#endif //OPENMW_PROCESSORMUSICPLAY_HPP