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