From 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 7 Jul 2019 13:09:11 +0200 Subject: the great reorganization --- src/control/Phones.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/control/Phones.h (limited to 'src/control/Phones.h') 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 -- cgit v1.2.3