openmw-tes3coop/components/openmw-mp/Packets/Player/PacketDrawState.hpp
2016-10-19 19:37:10 +03:00

23 lines
450 B
C++

//
// Created by koncord on 15.01.16.
//
#ifndef OPENMW_PACKETDRAWSTATE_HPP
#define OPENMW_PACKETDRAWSTATE_HPP
#include <components/openmw-mp/Packets/Player/PlayerPacket.hpp>
namespace mwmp
{
class PacketDrawState : public PlayerPacket
{
public:
PacketDrawState(RakNet::RakPeerInterface *peer);
virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);
};
}
#endif //OPENMW_PACKETDRAWSTATE_HPP