void draw_line(SDL_Renderer *renderer, float x1, float y1, float x2, float y2, float thickness, SDL_FColor color)
Definition draw.cpp:11
void draw_filled_circle(SDL_Renderer *renderer, float cx, float cy, float radius, SDL_FColor color, int segments=64)
Definition draw.cpp:42