|
Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
#include <SDL.h>#include "texture.h"#include "vec2.h"#include "creature.h"#include "player.h"#include "map.h"#include "lineOfSight.h"#include "aStar.h"

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... | |
1.8.8