5#include "proto/ssl_vision_detection.pb.h"
6#include "proto/ssl_vision_geometry.pb.h"
7#include "proto/ssl_vision_wrapper.pb.h"
8#include "software/world/world.h"
20std::unique_ptr<SSLProto::SSL_WrapperPacket> createSSLWrapperPacket(
21 std::unique_ptr<SSLProto::SSL_GeometryData> geometry_data,
22 std::unique_ptr<SSLProto::SSL_DetectionFrame> detection_frame);
32std::unique_ptr<SSLProto::SSL_WrapperPacket> createSSLWrapperPacket(
33 const World& world, TeamColour friendly_team_colour);