Vuo  2.3.2
VuoImageGet.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "VuoImage.h"
16 
17 VuoImage VuoImage_get(const char *imageURL);
18 
19 #ifdef __cplusplus
20 }
21 #endif