Vuo 2.4.4
Loading...
Searching...
No Matches
VuoDictionary_VuoText_VuoReal.h
Go to the documentation of this file.
1
10#ifndef VuoDictionary_VuoText_VuoReal_h
11#define VuoDictionary_VuoText_VuoReal_h
12
21#include "VuoReal.h"
22#include "VuoText.h"
23#include "VuoList_VuoReal.h"
24#include "VuoList_VuoText.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
33typedef struct
34{
35 VuoList_VuoText keys;
36 VuoList_VuoReal values;
38
42
47
50
52
57
58#ifdef __cplusplus
59}
60#endif
61
66#endif