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