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