1 2 3 4 5 6
#pragma once #include "../packet/packet.h" #include "binding.h" void handle_query(Packet* request, Packet* response, BindingType type);