CGame::Initialise

This commit is contained in:
Nikolay Korolev 2020-03-22 17:23:40 +03:00
parent 7d213a1f32
commit 34b1881528
35 changed files with 333 additions and 12 deletions

View file

@ -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); }