mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 07:19:21 +00:00
Finished CCam; various smaller things
This commit is contained in:
parent
8703758a7b
commit
f0dfaac838
18 changed files with 4397 additions and 1266 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue