This commit is contained in:
2023-11-29 14:03:49 +01:00
parent a536943d5c
commit ba26a2e64b
2 changed files with 45 additions and 10 deletions

20
includes/irc.hpp Normal file
View File

@@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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