This commit is contained in:
2025-04-28 04:02:05 +09:00
parent a02fb5da88
commit 8aa0a4c4e6
3 changed files with 12 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
#pragma once

12
include/Sesson/Sesson.hpp Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
namespace Chattr {
class Sesson {
public:
int send();
int recv();
private:
struct Chattr::TCPSocket sock;
};
}

View File

@@ -1,5 +1,4 @@
#pragma once
#include "precomp.hpp"
#include <json/json.h>
namespace Chattr {