|
Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
#include <SDL.h>#include "state.h"#include "stateManager.h"#include "texture.h"#include "audio.h"#include "text.h"#include "map.h"#include "wall.h"#include "player.h"#include "botA.h"#include "botB.h"#include "lineOfSight.h"

Go to the source code of this file.
Classes | |
| class | Game |
| Creates a Game object that inherits State Creates a Game object that inherits State and runs the Game. More... | |
1.8.8