#pragma once #include "../packet/packet.h" #include "../io/map.h" #include "binding.h" void handle_query(const Packet* request, Packet* response, BindingType type, const RecordMap* map);