mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 21:08:45 +02:00
25 lines
1.0 KiB
C++
25 lines
1.0 KiB
C++
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* default.hpp :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/02/11 13:29:05 by mmoussou #+# #+# */
|
|
/* Updated: 2025/04/22 12:04:53 by mmoussou ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#pragma once
|
|
|
|
#include <server/Server.hpp>
|
|
#include <server/Client.hpp>
|
|
|
|
namespace webserv {
|
|
|
|
|
|
|
|
} // -namespace webserv
|
|
|
|
using namespace webserv;
|