diff options
Diffstat (limited to 'src/control/Phones.h')
-rw-r--r-- | src/control/Phones.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/Phones.h b/src/control/Phones.h new file mode 100644 index 00000000..a29043ed --- /dev/null +++ b/src/control/Phones.h @@ -0,0 +1,6 @@ +#pragma once + +#include "AnimBlendAssociation.h" + +void PhonePutDownCB(CAnimBlendAssociation *assoc, void *arg); +void PhonePickUpCB(CAnimBlendAssociation *assoc, void *arg);
\ No newline at end of file |