nerd emoji
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
/* ************************************************************************** */
|
||||
/******************************************************************************/
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* client.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 10:33:17 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/21 10:34:13 by maldavid ### ########.fr */
|
||||
/* Updated: 2024/01/21 16:32:05 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
/******************************************************************************/
|
||||
|
||||
#ifndef __CLIENT__
|
||||
#define __CLIENT__
|
||||
@@ -18,11 +18,12 @@ namespace irc
|
||||
class Client
|
||||
{
|
||||
public:
|
||||
Client();
|
||||
Client(int fd);
|
||||
|
||||
~Client();
|
||||
|
||||
private:
|
||||
int _fd;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user