1
0
mirror of https://github.com/td512/re3.git synced 2026-01-22 13:50:48 +00:00
td512.re3/src/control/Phones.cpp
2019-07-07 13:09:11 +02:00

7 lines
243 B
C++

#include "common.h"
#include "patcher.h"
#include "Phones.h"
WRAPPER void PhonePutDownCB(CAnimBlendAssociation *assoc, void *arg) { EAXJMP(0x42F570); }
WRAPPER void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg) { EAXJMP(0x42F470); }