HOG2
|
#include <Racetrack.h>
Public Member Functions | |
RacetrackMove (int x=0, int y=0) | |
Public Attributes | |
int | xDelta |
int | yDelta |
bool | hitGoal |
int | xGoal |
int | yGoal |
Definition at line 20 of file Racetrack.h.
|
inline |
Definition at line 21 of file Racetrack.h.
bool RacetrackMove::hitGoal |
Definition at line 24 of file Racetrack.h.
Referenced by Racetrack::ApplyAction(), and Racetrack::Legal().
int RacetrackMove::xDelta |
Definition at line 21 of file Racetrack.h.
Referenced by Racetrack::ApplyAction(), Racetrack::Draw(), Racetrack::GetAction(), Racetrack::Legal(), operator<<(), and operator==().
int RacetrackMove::xGoal |
Definition at line 25 of file Racetrack.h.
Referenced by Racetrack::ApplyAction(), and Racetrack::Legal().
int RacetrackMove::yDelta |
Definition at line 23 of file Racetrack.h.
Referenced by Racetrack::ApplyAction(), Racetrack::Draw(), Racetrack::Legal(), operator<<(), and operator==().
int RacetrackMove::yGoal |
Definition at line 25 of file Racetrack.h.
Referenced by Racetrack::ApplyAction(), and Racetrack::Legal().