From 4464ef501c562cf6eeda3b59b1dfcf21d9dfb5a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Feb 2013 03:10:42 +0300 Subject: Add support for away particle effect. --- src/effectmanager.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/effectmanager.h') diff --git a/src/effectmanager.h b/src/effectmanager.h index 279426638..b5d8e5bfc 100644 --- a/src/effectmanager.h +++ b/src/effectmanager.h @@ -30,6 +30,7 @@ #include "localconsts.h" class Being; +class Particle; class EffectManager final { @@ -53,6 +54,9 @@ class EffectManager final */ bool trigger(const int id, Being *const being, const int rotation = 0); + Particle *triggerReturn(const int id, Being *const being, + const int rotation = 0); + /** * Triggers a effect with the id, at * the specified x and y coordinate. -- cgit v1.2.3-70-g09d2