ft_irc/include/core/core.hpp
2025-05-13 11:23:55 +02:00

20 lines
987 B
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* core.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/12 14:16:03 by rparodi #+# #+# */
/* Updated: 2025/05/13 11:06:48 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#ifndef DEBUG
#define DEBUG 0
#endif
#include "color.hpp"
#include "server.hpp"