Files
42_irc/includes/irc.hpp
2023-11-29 14:03:49 +01:00

21 lines
1019 B
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* irc.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: vvaas <vvaas@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/29 13:24:01 by vvaas #+# #+# */
/* Updated: 2023/11/29 13:45:51 by vvaas ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef IRC_H
# define IRC_H
# include <iostream>
# include <string>
# include <sys/socket.h>
# include <netinet/in.h>
#endif