This commit is contained in:
Tiago Batista Cardoso
2026-02-24 17:50:39 +01:00
parent f804da7d88
commit 3928bee6c6
8 changed files with 1246 additions and 12 deletions

4
render.h Normal file
View File

@@ -0,0 +1,4 @@
#include "structs.h"
#include <SDL2/SDL_render.h>
void render_graph(SDL_Renderer *renderer, const graph_t *graph);