Thunderbots Project
Loading...
Searching...
No Matches
pass_with_rating.h
1#pragma once
2
3#include "software/ai/passing/pass.h"
4
6{
7 Pass pass;
8 double rating;
9};
10
11bool operator==(const PassWithRating &lhs, const struct PassWithRating &rhs);
Definition pass.h:20
Definition pass_with_rating.h:6