Vuo  2.3.2
VuoClipboard.h
Go to the documentation of this file.
1 
9 #ifdef __cplusplus
10 extern "C"
11 {
12 #endif
13 
14 #include "VuoText.h"
15 
17 void VuoClipboard_setText(VuoText text);
18 
19 #ifdef __cplusplus
20 }
21 #endif