1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Object/PacketMusicPlay.hpp

18 lines
387 B
C++
Raw Normal View History

2016-11-20 20:54:49 +00:00
#ifndef OPENMW_PACKETMUSICPLAY_HPP
#define OPENMW_PACKETMUSICPLAY_HPP
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
2016-11-20 20:54:49 +00:00
namespace mwmp
{
class PacketMusicPlay : public ObjectPacket
2016-11-20 20:54:49 +00:00
{
public:
PacketMusicPlay(RakNet::RakPeerInterface *peer);
virtual void Object(BaseObject &baseObject, bool send);
2016-11-20 20:54:49 +00:00
};
}
#endif //OPENMW_PACKETMUSICPLAY_HPP