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