Vuo  2.0.2
VuoDictionary_VuoText_VuoReal.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoReal.h"
21 #include "VuoText.h"
22 #include "VuoList_VuoReal.h"
23 #include "VuoList_VuoText.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
32 typedef struct
33 {
34  VuoList_VuoText keys;
35  VuoList_VuoReal values;
36  char unused;
38 
39 struct json_object;
40 
44 
49 
51 
59 
60 #ifdef __cplusplus
61 }
62 #endif
63