ARC_FObround added

This commit is contained in:
herbglitch 2023-06-25 22:14:32 -06:00
parent c3361f640c
commit 5aede928d8
7 changed files with 62 additions and 0 deletions

View file

@ -12,6 +12,8 @@ extern "C" {
void ARC_Obround_Render(ARC_Obround *obround, ARC_Renderer *renderer, ARC_Color *color);
void ARC_FObround_Render(ARC_FObround *obround, ARC_Renderer *renderer, ARC_Color *color);
// void ARC_Rect_RenderFill(ARC_Rect *rect, ARC_Renderer *renderer, ARC_Color *color);
#ifdef __cplusplus