Vuo 2.4.4
Loading...
Searching...
No Matches
VuoHorizontalReflection.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoHorizontalReflection_None,
29 VuoHorizontalReflection_Left,
30 VuoHorizontalReflection_Right
32
34
36struct json_object * VuoHorizontalReflection_getJson(const VuoHorizontalReflection value);
39
41
48
53#ifdef __cplusplus
54}
55#endif