Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <SDL3/SDL_pixels.h>
#include <SDL3/SDL_render.h>
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) |