summaryrefslogtreecommitdiffstats
path: root/src/ParticleObject.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-29 23:17:41 +0200
committerGitHub <noreply@github.com>2019-05-29 23:17:41 +0200
commitb705be0e873a3b93c561a7945748328604e48f21 (patch)
tree8f8b32c251a57707b676a037d6846e7d0162dd18 /src/ParticleObject.h
parentimplemented some of CCam and dependencies (diff)
parentfix2 (diff)
downloadre3-b705be0e873a3b93c561a7945748328604e48f21.tar
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.gz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.bz2
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.lz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.xz
re3-b705be0e873a3b93c561a7945748328604e48f21.tar.zst
re3-b705be0e873a3b93c561a7945748328604e48f21.zip
Diffstat (limited to '')
-rw-r--r--src/ParticleObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ParticleObject.h b/src/ParticleObject.h
index b2cfadb8..d6b48810 100644
--- a/src/ParticleObject.h
+++ b/src/ParticleObject.h
@@ -28,4 +28,6 @@ class CParticleObject
{
public:
static void AddObject(uint16, const CVector &pos, bool remove);
+ static void Initialise();
+ static void UpdateAll();
};