mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 23:48:46 +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/17 11:05:59 by adjoly ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#pragma once
|
|
|
|
#include "Server.hpp"
|
|
#include "Client.hpp"
|
|
|
|
namespace webserv {
|
|
|
|
|
|
|
|
} // -namespace webserv
|
|
|
|
using namespace webserv;
|