Refactor project file structure
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 25 Apr 2024 10:23:06 +0000 (12:23 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 25 Apr 2024 10:23:06 +0000 (12:23 +0200)
commit711c155b4347f7f5999798b11d8ff9324bcc7711
treee3cd0411e6b3289a185e8615200d29d380bbb694
parent22da7c7520985682161de16a31626c7cf7bbc1cf
Refactor project file structure
14 files changed:
Makefile
inc/color.h [moved from color.h with 100% similarity]
inc/complex.h [moved from complex.h with 100% similarity]
inc/fractals.h [moved from fractals.h with 100% similarity]
inc/fractol.h [moved from fractol.h with 100% similarity]
inc/pixel.h [moved from pixel.h with 100% similarity]
inc/vect2.h [moved from vect2.h with 100% similarity]
src/color.c [moved from color.c with 100% similarity]
src/complex.c [moved from complex.c with 100% similarity]
src/event_handling.c [moved from event_handling.c with 100% similarity]
src/fractals.c [moved from fractals.c with 100% similarity]
src/main.c [moved from main.c with 100% similarity]
src/pixel.c [moved from pixel.c with 100% similarity]
src/vect2.c [moved from vect2.c with 100% similarity]