#ifndef ARC_MATH_OBROUND_H_ #define ARC_MATH_OBROUND_H_ #include #ifdef __cplusplus extern "C" { #endif typedef struct ARC_Obround { int32_t x; int32_t y; int32_t r; int32_t h; } ARC_Obround; #ifdef __cplusplus } #endif #endif // ARC_MATH_OBROUND_H_