Vuo  2.4.0
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
26extern "C" {
27#endif
28
32typedef struct
33{
34 VuoList_VuoText keys;
35 VuoList_VuoReal values;
37
38struct json_object;
39
43
48
50
58
59#ifdef __cplusplus
60}
61#endif
62