TapestryEngine

A 2D Platformer Game Engine
Log | Files | Refs

aed928218aec9a4d191f5f1de931f71b4e0f637e.svn-base (141B)


      1 #include "Emitter.h"
      2 
      3 
      4 //Emitter Functions
      5 bool Emitter::EmitParticle()
      6 {
      7 	mPrtMan->EventProcess(Event(EMIT_PARTICLE, this));
      8 	return true;
      9 }