#ifndef OPENMW_PACKETPLAYERSPELLSACTIVE_HPP #define OPENMW_PACKETPLAYERSPELLSACTIVE_HPP #include namespace mwmp { class PacketPlayerSpellsActive : public PlayerPacket { public: PacketPlayerSpellsActive(RakNet::RakPeerInterface *peer); virtual void Packet(RakNet::BitStream *newBitstream, bool send); protected: static const int maxEffects = 20; }; } #endif //OPENMW_PACKETPLAYERSPELLSACTIVE_HPP