#include <SDL.h>
#include <vector>
#include <time.h>
#include <string>
#include "Particle.h"
#include "Vec2.h"
#include "Utilities.h"
Go to the source code of this file.
Classes | |
class | JAM_ParticleEffect |
Creates a ParticleEffect object that handles Particle objects. More... | |
Macros | |
#define | MAX_NUMBER_OF_PARTICLES 100 |
#define MAX_NUMBER_OF_PARTICLES 100 |
A definition for the max number of particles.