summaryrefslogtreecommitdiffstats
path: root/src/ParticleObject.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-30 23:18:10 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-30 23:18:10 +0200
commitbe808bed539f866c72059aa61751144ce5bdb3a4 (patch)
tree2b629178b15fc7c46f3128efeb815ac05c65d044 /src/ParticleObject.h
parentCompleted CReplay (diff)
parentlittle cleanup (diff)
downloadre3-be808bed539f866c72059aa61751144ce5bdb3a4.tar
re3-be808bed539f866c72059aa61751144ce5bdb3a4.tar.gz
re3-be808bed539f866c72059aa61751144ce5bdb3a4.tar.bz2
re3-be808bed539f866c72059aa61751144ce5bdb3a4.tar.lz
re3-be808bed539f866c72059aa61751144ce5bdb3a4.tar.xz
re3-be808bed539f866c72059aa61751144ce5bdb3a4.tar.zst
re3-be808bed539f866c72059aa61751144ce5bdb3a4.zip
Diffstat (limited to 'src/ParticleObject.h')
-rw-r--r--src/ParticleObject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ParticleObject.h b/src/ParticleObject.h
index 34debbfd..def7b7de 100644
--- a/src/ParticleObject.h
+++ b/src/ParticleObject.h
@@ -29,7 +29,9 @@ enum eParticleObjectType
class CParticleObject : CPlaceable
{
public:
- static void AddObject(uint16, const CVector &pos, bool remove);
+ static void AddObject(uint16 type, const CVector &pos, bool remove);
+ static void AddObject(uint16 type, const CVector &pos, float size, bool remove);
+ static void AddObject(uint16 type, const CVector &pos, const CVector &dir, float size, bool remove);
static void Initialise();
static void UpdateAll();