Vuo  2.0.0
VuoLeap.h
Go to the documentation of this file.
1 
10 #include "node.h"
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "VuoLeapFrame.h"
18 
22 typedef void * VuoLeap;
23 
25 (
26  VuoOutputTrigger(receivedFrame, VuoLeapFrame)
27 );
29 
30 #ifdef __cplusplus
31 }
32 #endif