openmw-tes3coop/components/openmw-mp/Packets/Player/PacketPlayerMomentum.hpp

17 lines
411 B
C++

#ifndef OPENMW_PACKETPLAYERMOMENTUM_HPP
#define OPENMW_PACKETPLAYERMOMENTUM_HPP
#include <components/openmw-mp/Packets/Player/PlayerPacket.hpp>
namespace mwmp
{
class PacketPlayerMomentum : public PlayerPacket
{
public:
PacketPlayerMomentum(RakNet::RakPeerInterface *peer);
virtual void Packet(RakNet::BitStream *bs, bool send);
};
}
#endif //OPENMW_PACKETPLAYERMOMENTUM_HPP