1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-17 21:47:08 +00:00
re3/src/entities/Heli.cpp

6 lines
129 B
C++
Raw Normal View History

2019-05-31 09:44:43 +00:00
#include "common.h"
#include "patcher.h"
#include "Heli.h"
WRAPPER void CHeli::SpecialHeliPreRender(void) { EAXJMP(0x54AE10); }