#pragma once #include "../../packets/audio/AudioPacket.hpp" namespace drp::event { struct AudioPacketsComparator { bool operator() (const packet::AudioPacket& a, const packet::AudioPacket& b) const; }; }