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