3#include "proto/ssl_gc_referee_message.pb.h"
4#include "software/geom/point.h"
5#include "software/world/game_state.h"
6#include "software/world/team_types.h"
17RefereeCommand createRefereeCommand(
const SSLProto::Referee &packet,
18 TeamColour team_colour);
28RefereeStage createRefereeStage(
const SSLProto::Referee &packet);
37std::optional<Point> getBallPlacementPoint(
const SSLProto::Referee &packet);