mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 10:34:10 +00:00
CGame::Initialise
This commit is contained in:
parent
7d213a1f32
commit
34b1881528
35 changed files with 333 additions and 12 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
WRAPPER void CSpecialFX::Render(void) { EAXJMP(0x518DC0); }
|
||||
WRAPPER void CSpecialFX::Update(void) { EAXJMP(0x518D40); }
|
||||
WRAPPER void CSpecialFX::Init(void) { EAXJMP(0x5189E0); }
|
||||
|
||||
WRAPPER void CMotionBlurStreaks::RegisterStreak(int32 id, uint8 r, uint8 g, uint8 b, CVector p1, CVector p2) { EAXJMP(0x519460); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue