mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-17 00:34:17 +00:00
Fork alnilam headers
This commit is contained in:
@ -1,3 +1,16 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
#include <tribufu/client.h>
|
||||
|
||||
namespace tribufu
|
||||
{
|
||||
TribufuClient::TribufuClient(uint64_t id, const std::string &secret)
|
||||
{
|
||||
this->id = id;
|
||||
this->secret = secret;
|
||||
}
|
||||
|
||||
TribufuClient::~TribufuClient()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user