Rename ID_GAME_CELL into ID_PLAYER_CELL_CHANGE
parent
745ddd9a69
commit
a69f294ef0
@ -1,24 +0,0 @@
|
|||||||
//
|
|
||||||
// Created by koncord on 15.01.16.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef OPENMW_PACKETCELL_HPP
|
|
||||||
#define OPENMW_PACKETCELL_HPP
|
|
||||||
|
|
||||||
|
|
||||||
#include <components/openmw-mp/Packets/Player/PlayerPacket.hpp>
|
|
||||||
|
|
||||||
namespace mwmp
|
|
||||||
{
|
|
||||||
class PacketCell : public PlayerPacket
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
PacketCell(RakNet::RakPeerInterface *peer);
|
|
||||||
|
|
||||||
virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif //OPENMW_PACKETCELL_HPP
|
|
@ -0,0 +1,24 @@
|
|||||||
|
//
|
||||||
|
// Created by koncord on 15.01.16.
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef OPENMW_PACKETPLAYERCELLCHANGE_HPP
|
||||||
|
#define OPENMW_PACKETPLAYERCELLCHANGE_HPP
|
||||||
|
|
||||||
|
|
||||||
|
#include <components/openmw-mp/Packets/Player/PlayerPacket.hpp>
|
||||||
|
|
||||||
|
namespace mwmp
|
||||||
|
{
|
||||||
|
class PacketPlayerCellChange : public PlayerPacket
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
PacketPlayerCellChange(RakNet::RakPeerInterface *peer);
|
||||||
|
|
||||||
|
virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif //OPENMW_PACKETPLAYERCELLCHANGE_HPP
|
Loading…
Reference in New Issue