* WIP * Compiling! * moved some more headers * removed src/point.h * Update * fixed some stuff
21 lines
1 KiB
C
21 lines
1 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* point.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/04/30 14:35:22 by maiboyer #+# #+# */
|
|
/* Updated: 2024/04/30 14:46:18 by maiboyer ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef POINT_H
|
|
#define POINT_H
|
|
|
|
#include "parser/point/inline1.h"
|
|
#include "parser/point/inline2.h"
|
|
#include "parser/point/inline3.h"
|
|
|
|
|
|
#endif /* POINT_H */
|