1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-25 10:39:40 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Actor/PacketActorTest.hpp

18 lines
392 B
C++
Raw Normal View History

#ifndef OPENMW_PACKETACTORTEST_HPP
#define OPENMW_PACKETACTORTEST_HPP
#include <components/openmw-mp/Packets/Actor/ActorPacket.hpp>
namespace mwmp
{
class PacketActorTest final: public ActorPacket
{
public:
explicit PacketActorTest(RakNet::RakPeerInterface *peer);
void Actor(BaseActor &actor, bool send) override;
};
}
#endif //OPENMW_PACKETACTORTEST_HPP