Vuo  2.0.0
VuoScreenCommon.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoScreen.h"
13 #include "VuoList_VuoScreen.h"
14 
15 #ifdef __cplusplus
16 extern "C"
17 {
18 #endif
19 
20 #include "node.h"
21 
22 void *VuoScreen_getNSScreen(VuoScreen screen);
24 
29 
30 void VuoScreen_use(void);
31 void VuoScreen_disuse(void);
34 
35 #ifdef __cplusplus
36 }
37 #endif