Add IConnector interface with corresponding types

This commit is contained in:
2026-07-15 12:00:40 +03:00
parent 50c81a8099
commit 0f5bafc295
4 changed files with 94 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
namespace MBFT
{
namespace BotToken
{
int get_token_length(void);
bool load_token(char *buf);
}
}