From 6525941cdd4a5a2834830dcfd6f2036f7922ea65 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 13 May 2025 11:23:55 +0200 Subject: [PATCH] style(header): adding the 42 headers --- include/core/core.hpp | 3 ++- sources/core/main.cpp | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/include/core/core.hpp b/include/core/core.hpp index 49e2dca..125d5fc 100644 --- a/include/core/core.hpp +++ b/include/core/core.hpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/12 14:16:03 by rparodi #+# #+# */ -/* Updated: 2025/05/12 14:16:52 by rparodi ### ########.fr */ +/* Updated: 2025/05/13 11:06:48 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,3 +17,4 @@ #endif #include "color.hpp" +#include "server.hpp" diff --git a/sources/core/main.cpp b/sources/core/main.cpp index 79690cb..5ab69c3 100644 --- a/sources/core/main.cpp +++ b/sources/core/main.cpp @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.cpp :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rparodi +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2025/05/13 11:03:13 by rparodi #+# #+# */ +/* Updated: 2025/05/13 11:03:16 by rparodi ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include #include "core.hpp"