ft_irc/include/core/core.hpp
2025-05-12 14:23:30 +02:00

19 lines
965 B
C++

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