Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
draw.h File Reference
#include <SDL3/SDL_pixels.h>
#include <SDL3/SDL_render.h>
Include dependency graph for draw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  game
namespace  game::sdl

Functions

void game::sdl::draw_line (SDL_Renderer *renderer, float x1, float y1, float x2, float y2, float thickness, SDL_FColor color)
void game::sdl::draw_filled_circle (SDL_Renderer *renderer, float cx, float cy, float radius, SDL_FColor color, int segments=64)