diff options
author | aap <aap@papnet.eu> | 2020-03-26 14:16:06 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-03-27 10:04:45 +0100 |
commit | f0dfaac838fdbb90783609bf4e45518ccf853708 (patch) | |
tree | 0091bdfdf4a7149265af7a596906a9cf4f50a55c /src/control/SceneEdit.h | |
parent | 8703758a7b1d0fe1f8c837bb0a114d1e03145d1e (diff) |
Finished CCam; various smaller things
Diffstat (limited to 'src/control/SceneEdit.h')
-rw-r--r-- | src/control/SceneEdit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/SceneEdit.h b/src/control/SceneEdit.h index e9209b90..efcdb022 100644 --- a/src/control/SceneEdit.h +++ b/src/control/SceneEdit.h @@ -3,6 +3,11 @@ class CSceneEdit { public: + static int &m_bCameraFollowActor; + static bool &m_bRecording; + static CVector &m_vecCurrentPosition; + static CVector &m_vecCamHeading; + static void Update(void); static void Init(void); }; |