feat: add trail

This commit is contained in:
2025-11-15 18:29:46 +01:00
parent 90ee367dc6
commit 89fe0e0f65
5 changed files with 107 additions and 64 deletions

View File

@@ -2,8 +2,6 @@
#define GFX_UTILS_HPP
#include <SDL3/SDL_render.h>
namespace gfx {
void draw_circle(SDL_Renderer *renderer, int center_x, int center_y, int radius, bool fill);
}
#endif