removed src/point.h
This commit is contained in:
parent
dfdd8e4503
commit
5bec1546aa
8 changed files with 153 additions and 66 deletions
21
parser/includes/point.h
Normal file
21
parser/includes/point.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue