mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 18:54:18 +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()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
#include <tribufu/pch.h>
|
@ -9,9 +9,6 @@ project "tribufu_cpp"
|
||||
targetdir("../bin/%{cfg.platform:gsub('-', '/')}")
|
||||
objdir("../target/%{cfg.buildcfg}/obj/%{prj.name}/%{cfg.platform:gsub('-', '/')}")
|
||||
|
||||
-- pchheader "tribufu/pch.h"
|
||||
-- pchsource "pch.cpp"
|
||||
|
||||
files
|
||||
{
|
||||
"./**.cpp",
|
||||
|
Reference in New Issue
Block a user