1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 11:23:50 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Object/PacketObjectMiscellaneous.hpp

18 lines
430 B
C++
Raw Normal View History

#ifndef OPENMW_PACKETOBJECTMISCELLANEOUS_HPP
#define OPENMW_PACKETOBJECTMISCELLANEOUS_HPP
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
namespace mwmp
{
class PacketObjectMiscellaneous : public ObjectPacket
{
public:
PacketObjectMiscellaneous(RakNet::RakPeerInterface *peer);
virtual void Object(BaseObject &obj, bool send);
};
}
#endif //OPENMW_PACKETOBJECTMISCELLANEOUS_HPP