Vuo  2.3.2
VuoImageResize.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C"
13 {
14 #endif
15 
16 #include "VuoImage.h"
17 #include "VuoImageRenderer.h"
18 #include "../node/vuo.image/VuoSizingMode.h"
19 
20 typedef void *VuoImageResize;
21 
24 
25 #ifdef __cplusplus
26 }
27 #endif