openmw-tes3coop/components/openmw-mp/Packets/World/PacketContainerRemove.hpp

18 lines
432 B
C++
Raw Normal View History

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