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"