added fill to rect, and returns when ARC_Config_Get has a null temp value
This commit is contained in:
parent
0d9cf0f7f5
commit
b2055f667c
3 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue