summaryrefslogtreecommitdiffstats
path: root/src/control/PhoneInfo.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-26 23:14:42 +0200
committerGitHub <noreply@github.com>2019-06-26 23:14:42 +0200
commit990d7f9d192dae891782b70b612b4889862545be (patch)
treecc4203c9266b450e393c179c8d528f71c5957f01 /src/control/PhoneInfo.h
parentbla (diff)
parentfixed autobuild (diff)
downloadre3-990d7f9d192dae891782b70b612b4889862545be.tar
re3-990d7f9d192dae891782b70b612b4889862545be.tar.gz
re3-990d7f9d192dae891782b70b612b4889862545be.tar.bz2
re3-990d7f9d192dae891782b70b612b4889862545be.tar.lz
re3-990d7f9d192dae891782b70b612b4889862545be.tar.xz
re3-990d7f9d192dae891782b70b612b4889862545be.tar.zst
re3-990d7f9d192dae891782b70b612b4889862545be.zip
Diffstat (limited to 'src/control/PhoneInfo.h')
-rw-r--r--src/control/PhoneInfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/PhoneInfo.h b/src/control/PhoneInfo.h
new file mode 100644
index 00000000..a29043ed
--- /dev/null
+++ b/src/control/PhoneInfo.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