feat: fill circle
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <SDL3/SDL_render.h>
|
||||
|
||||
namespace gfx {
|
||||
void draw_circle(SDL_Renderer *renderer, int center_x, int center_y, int radius);
|
||||
void draw_circle(SDL_Renderer *renderer, int center_x, int center_y, int radius, bool fill);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user