openmw-tes3coop/components/openmw-mp/Packets/World/PacketVideoPlay.hpp
2017-02-06 12:53:41 +02:00

17 lines
401 B
C++

#ifndef OPENMW_PACKETVIDEOPLAY_HPP
#define OPENMW_PACKETVIDEOPLAY_HPP
#include <components/openmw-mp/Packets/World/WorldPacket.hpp>
namespace mwmp
{
class PacketVideoPlay : public WorldPacket
{
public:
PacketVideoPlay(RakNet::RakPeerInterface *peer);
virtual void Packet(RakNet::BitStream *bs, BaseEvent *event, bool send);
};
}
#endif //OPENMW_PACKETVIDEOPLAY_HPP