Refactor to multiple files to comply with the Norm
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 09:09:41 +0000 (11:09 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 09:09:41 +0000 (11:09 +0200)
commite0315979e0af0013331af0ab7fe9e5f7b58cb0f2
treeb32cd9e34edd94c1b280807452ab6722a79151cc
parent728f7f7fc2e94b79aa3859d3db490f2a6f27f9f7
Refactor to multiple files to comply with the Norm
Makefile
inc/fractol.h
src/cleanup.c [new file with mode: 0644]
src/drawing.c [new file with mode: 0644]
src/event_handling.c
src/init.c [new file with mode: 0644]
src/main.c
src/parsing.c [new file with mode: 0644]
src/trans_view.c [new file with mode: 0644]