Vuo 2.4.4
Loading...
Searching...
No Matches
VuoTextCase.h
Go to the documentation of this file.
1
10#ifndef VuoTextCase_h
11#define VuoTextCase_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
34
35#include "VuoList_VuoTextCase.h"
36
37VuoTextCase VuoTextCase_makeFromJson(struct json_object * js);
38struct json_object * VuoTextCase_getJson(const VuoTextCase value);
40char * VuoTextCase_getSummary(const VuoTextCase value);
41
50
55#ifdef __cplusplus
56}
57#endif
58
59#endif