Flock You!
 All Classes Files Functions Variables
Classes
game.h File Reference
#include <SDL.h>
#include <vector>
#include <time.h>
#include "state.h"
#include "stateManager.h"
#include "texture.h"
#include "text.h"
#include "audio.h"
#include "boid.h"
#include "help.h"
Include dependency graph for game.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Game
 Creates an Game object that inherits State Creates an Game object that inherits State and runs the Game. DISCLAMER: Created using Pseudo code from https://www.macs.hw.ac.uk/~dwcorne/Teaching/Boids%20Pseudocode.htm. More...