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

Go to the source code of this file.

Classes

class  BotAI
 Creates a BotAI object that inherits Creature. Creates a BotAI object that inherits Creature and contains the details for the BotAI. More...