Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
 All Classes Namespaces Files Functions Variables
Classes
aStar.h File Reference
#include <iostream>
#include <vector>
#include "node.h"
#include "SDL.h"
#include "vec2.h"
Include dependency graph for aStar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AStar
 Creates an object for A* path finding Made using help from http://www.policyalmanac.org/games/aStarTutorial.htm. More...