mirror of
https://github.com/halpz/re3.git
synced 2025-05-12 23:36:39 +03:00
AnimViewer!
This commit is contained in:
parent
e5d089db88
commit
5bea16c7cc
26 changed files with 582 additions and 20 deletions
|
@ -27,7 +27,9 @@ WRAPPER void CamShakeNoPos(CCamera*, float) { EAXJMP(0x46B100); }
|
|||
WRAPPER void CCamera::TakeControl(CEntity*, int16, int16, int32) { EAXJMP(0x471500); }
|
||||
WRAPPER void CCamera::TakeControlNoEntity(const CVector&, int16, int32) { EAXJMP(0x4715B0); }
|
||||
WRAPPER void CCamera::SetCamPositionForFixedMode(const CVector&, const CVector&) { EAXJMP(0x46FCC0); }
|
||||
|
||||
WRAPPER void CCamera::Init(void) { EAXJMP(0x46BAD0); }
|
||||
WRAPPER void CCamera::SetRwCamera(RwCamera*) { EAXJMP(0x46FEC0); }
|
||||
WRAPPER void CCamera::Process(void) { EAXJMP(0x46D3F0); }
|
||||
|
||||
bool
|
||||
CCamera::GetFading()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue