11 Inky(
float x,
float y,
int direction, std::shared_ptr<Intersection> destination);
18 std::shared_ptr<Intersection>
dest;
int direction
Definition: Entity.h:40
float x
Definition: Entity.h:37
float y
Definition: Entity.h:38
Ghosts class.
Definition: Ghosts.h:15
void setDestination(std::shared_ptr< Intersection > dest)
Definition: Inky.cpp:27
Tile getOrig()
Definition: Inky.cpp:22
~Inky()
Definition: Inky.cpp:18
std::shared_ptr< Intersection > getDestination()
Definition: Inky.cpp:20
Inky(float x, float y, int direction, std::shared_ptr< Intersection > destination)
Definition: Inky.cpp:3
Tile getGoalTile(int pacmanX, int pacmanY)
Get the Goal Tile object.
Definition: Inky.cpp:29
std::shared_ptr< Intersection > dest
Definition: Inky.h:18
Tile scatterTarget
Definition: Inky.h:31
Tile struct.
Definition: Maze.h:17