#ifndef OPENMW_PACKETPLAYERCELLLOAD_HPP #define OPENMW_PACKETPLAYERCELLLOAD_HPP #include namespace mwmp { class PacketPlayerCellLoad : public PlayerPacket { public: PacketPlayerCellLoad(RakNet::RakPeerInterface *peer); virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send); }; } #endif //OPENMW_PACKETPLAYERCELLLOAD_HPP