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/ProcessorVideoPlay.hpp

19 lines
335 B
C++

#ifndef OPENMW_PROCESSORVIDEOPLAY_HPP
#define OPENMW_PROCESSORVIDEOPLAY_HPP
#include "../ObjectProcessor.hpp"
namespace mwmp
{
class ProcessorVideoPlay : public ObjectProcessor
{
public:
ProcessorVideoPlay()
{
BPP_INIT(ID_VIDEO_PLAY)
}
};
}
#endif //OPENMW_PROCESSORVIDEOPLAY_HPP