ManaPlus
Typedefs | Variables
particleemitter.cpp File Reference

(986a3bf)

#include "particle/particleemitter.h"
#include "logger.h"
#include "const/resources/map/map.h"
#include "particle/animationparticle.h"
#include "particle/rotationalparticle.h"
#include "utils/foreach.h"
#include "resources/imageset.h"
#include "resources/dye/dye.h"
#include "resources/image/image.h"
#include "resources/loaders/imageloader.h"
#include "resources/loaders/imagesetloader.h"
#include "resources/loaders/subimageloader.h"
#include "resources/loaders/subimagesetloader.h"
#include "debug.h"

Go to the source code of this file.

Typedefs

typedef std::vector< ImageSet * >::const_iterator ImageSetVectorCIter
 
typedef std::list< ParticleEmitter >::const_iterator ParticleEmitterListCIter
 

Variables

static const float SIN45 = 0.707106781F
 
static const float DEG_RAD_FACTOR = 0.017453293F
 

Typedef Documentation

◆ ImageSetVectorCIter

typedef std::vector<ImageSet*>::const_iterator ImageSetVectorCIter

Definition at line 51 of file particleemitter.cpp.

◆ ParticleEmitterListCIter

typedef std::list<ParticleEmitter>::const_iterator ParticleEmitterListCIter

Definition at line 52 of file particleemitter.cpp.

Variable Documentation

◆ DEG_RAD_FACTOR

const float DEG_RAD_FACTOR = 0.017453293F
static

Definition at line 49 of file particleemitter.cpp.

Referenced by ParticleEmitter::ParticleEmitter().

◆ SIN45

const float SIN45 = 0.707106781F
static

Definition at line 48 of file particleemitter.cpp.

Referenced by ParticleEmitter::ParticleEmitter().