Vec2 getNewTarget(Vec2 a, Map *map)
Definition: lineOfSight.cpp:281
Definition: lineOfSight.h:8
bool lineLineIntersectionCheck(Vec2 a, Vec2 b, Vec2 c, Vec2 d, char axis)
Definition: lineOfSight.cpp:104
Creates a Vec2 structure with functions Creates a Vec2 structure with overloaded operators to create ...
Definition: vec2.h:7
void drawLineOfSight(Vec2 a, Vec2 b, Map *map, SDL_Renderer *renderer)
Definition: lineOfSight.cpp:157
Creates a Map object.
Definition: map.h:13
bool lineOfSight(Vec2 a, Vec2 b, Map *map)
Definition: lineOfSight.cpp:6