1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 12:23:51 +00:00
openmw-tes3mp/components/openmw-mp/Controllers/WorldstatePacketController.hpp

18 lines
429 B
C++
Raw Normal View History

#ifndef OPENMW_WORLDSTATEPACKETCONTROLLER_HPP
#define OPENMW_WORLDSTATEPACKETCONTROLLER_HPP
#include "../Packets/Worldstate/WorldstatePacket.hpp"
#include "BasePacketController.hpp"
namespace mwmp
{
class WorldstatePacketController: public BasePacketController<WorldstatePacket>
{
public:
WorldstatePacketController(RakNet::RakPeerInterface *peer);
};
}
#endif //OPENMW_WORLDSTATEPACKETCONTROLLER_HPP