Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
#include <SDL.h>
#include <SDL_image.h>
#include <string>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Texture |
Creates a Texture for use with a renderer Creates a Texture from an image file, this can then be used with a renderer. DISCLAIMER - This code is from my PGG SDL Assignment. More... | |