You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw-mp/processors/object/ProcessorMusicPlay.hpp

19 lines
335 B
C++

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