new class Server

This commit is contained in:
Talyx
2021-12-20 00:25:31 +03:00
parent eb749f6528
commit 61ed01b849
7 changed files with 196 additions and 96 deletions

View File

@@ -12,5 +12,8 @@
#include <netinet/in.h>
#include <fcntl.h>
#include <unistd.h>
#include "Server.hpp"
#include <stdlib.h>
#include <fstream>
#endif