bouffon
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/******************************************************************************/
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Bot.hpp :+: :+: :+: */
|
||||
/* bot.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/30 01:54:36 by vvaas #+# #+# */
|
||||
/* Updated: 2024/01/30 02:39:52 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/01/30 16:56:57 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -24,6 +24,7 @@ class bot
|
||||
bot();
|
||||
void init(void);
|
||||
void connect_to_server(void);
|
||||
void handle_response(std::string buffer);
|
||||
~bot();
|
||||
private :
|
||||
struct sockaddr_in _serv_addr;
|
||||
|
||||
Reference in New Issue
Block a user