#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"

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