added fill to rect, and returns when ARC_Config_Get has a null temp value

This commit is contained in:
herbglitch 2023-02-23 00:07:18 -07:00
parent 0d9cf0f7f5
commit b2055f667c
3 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,8 @@ extern "C" {
void ARC_Rect_Render(ARC_Rect *rect, ARC_Renderer *renderer, ARC_Color *color);
void ARC_Rect_RenderFill(ARC_Rect *rect, ARC_Renderer *renderer, ARC_Color *color);
#ifdef __cplusplus
}
#endif