diff options
author | Mattias Andrée <maandree@kth.se> | 2023-02-05 09:31:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-02-05 09:31:10 +0100 |
commit | bd0bed7feb76a87148fb62e4c3cd19c862a2b01f (patch) | |
tree | 52e6c7ddd5ee037cd157e5029494ea4200c08ee4 /Makefile | |
parent | First commit (diff) | |
download | librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.gz librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.bz2 librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.xz |
Add rtgrpblib_draw_circular_arc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ OBJ =\ lines.o\ sorting.o\ rtgrpblib_create_raster.o\ + rtgrpblib_draw_circular_arc.o\ rtgrpblib_draw_linear_bezier.o\ rtgrpblib_draw_quadratic_bezier.o\ rtgrpblib_draw_cubic_bezier.o\ |