take care of warnings

This commit is contained in:
veclavtalica
2025-03-01 01:06:32 +03:00
parent e47b761a2c
commit 5911cbd980
5 changed files with 6 additions and 11 deletions

View File

@ -322,7 +322,7 @@ IndexBuffer get_circle_element_buffer(void);
void render_circle(const CirclePrimitive *circle);
void render_lines(LinePrimitive *line);
void render_lines(const LinePrimitive *line);
void render_rectangle(const RectPrimitive *rectangle);