Files
graphe/render.h
Tiago Batista Cardoso 3928bee6c6 splash
2026-02-24 17:50:39 +01:00

5 lines
116 B
C

#include "structs.h"
#include <SDL2/SDL_render.h>
void render_graph(SDL_Renderer *renderer, const graph_t *graph);