Vuo  2.3.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;
37 
38 struct json_object;
39 
43 
48 
50 
58 
59 #ifdef __cplusplus
60 }
61 #endif
62