still working on integrating the config file stuff

This commit is contained in:
Me
2022-07-25 21:00:04 +02:00
parent b9ccf09089
commit 35ac55b5e8
9 changed files with 142 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
/* By: me <erlazo@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/07/11 23:01:41 by me #+# #+# */
/* Updated: 2022/07/23 15:53:19 by me ### ########.fr */
/* Updated: 2022/07/25 20:56:53 by me ### ########.fr */
/* */
/* ************************************************************************** */
@@ -45,6 +45,7 @@ private:
void _check_proper_line_end(size_t prev, size_t curr); // const?
int _check_for_semicolon(std::string line); // const?
};