Vuo  2.3.2
VuoSceneObjectGet.h
Go to the documentation of this file.
1 
10 #include <stdbool.h>
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "VuoHeap.h"
18 #include "VuoSceneObject.h"
19 
20 bool VuoSceneObject_get(VuoText sceneURL, VuoSceneObject *scene, bool center, bool fit, bool hasLeftHandedCoordinates) VuoWarnUnusedResult;
21 
22 #ifdef __cplusplus
23 }
24 #endif