mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 20:48:58 +00:00
6 lines
171 B
C
6 lines
171 B
C
|
#pragma once
|
||
|
|
||
|
#include "AnimBlendAssociation.h"
|
||
|
|
||
|
void PhonePutDownCB(CAnimBlendAssociation *assoc, void *arg);
|
||
|
void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg);
|