Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
|
#include <SDL.h>
#include <SDL_ttf.h>
#include <SDL_mixer.h>
#include <iostream>
#include "stateManager.h"
#include "game.h"
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |