Skip to content
Snippets Groups Projects

Gfx

Merged joey.martig requested to merge gfx into main
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
@@ -102,4 +102,13 @@ SDL_Keycode gfx_keypressed()
return event.key.keysym.sym;
}
return 0;
}
void gfx_draw_line(struct gfx_context_t *ctxt, coordinates_t p0, coordinates_t p1, uint32_t color){
}
void gfx_draw_circle(struct gfx_context_t *ctxt, coordinates_t c, uint32_t r, uint32_t color){
}
\ No newline at end of file
Loading