VerticalOrientation.d.h (558B)
1 #ifndef VerticalOrientation_D_H 2 #define VerticalOrientation_D_H 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include "diplomat_runtime.h" 9 10 11 12 13 14 typedef enum VerticalOrientation { 15 VerticalOrientation_Rotated = 0, 16 VerticalOrientation_TransformedRotated = 1, 17 VerticalOrientation_TransformedUpright = 2, 18 VerticalOrientation_Upright = 3, 19 } VerticalOrientation; 20 21 typedef struct VerticalOrientation_option {union { VerticalOrientation ok; }; bool is_ok; } VerticalOrientation_option; 22 23 24 25 #endif // VerticalOrientation_D_H