mirror of
https://github.com/halpz/re3.git
synced 2025-12-21 15:23:02 +00:00
RunningScript, part 4, plus some fixes
This commit is contained in:
@@ -471,6 +471,11 @@ int m_iModeObbeCamIsInForCar;
|
||||
|
||||
float Find3rdPersonQuickAimPitch(void);
|
||||
|
||||
void TakeControl(CEntity*, int16, int16, int32);
|
||||
void TakeControlNoEntity(const CVector&, int16, int32);
|
||||
void SetCamPositionForFixedMode(const CVector&, const CVector&);
|
||||
bool GetFading();
|
||||
|
||||
void dtor(void) { this->CCamera::~CCamera(); }
|
||||
};
|
||||
static_assert(offsetof(CCamera, m_WideScreenOn) == 0x70, "CCamera: error");
|
||||
|
||||
Reference in New Issue
Block a user