2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-20 10:34:33 +00:00
Files
Guilherme Werner d9c7010888 Use mintaka shared libraries ()
* Add libhv and test http client

* Remove cpp-httplib

* Update premake5.lua

* Update client.cpp

* Update premake5.lua

* Add more windows libs

* Use mintaka http client
2023-12-08 17:03:09 -03:00

14 lines
203 B
C++

// Copyright (c) Tribufu. All Rights Reserved.
#pragma once
#include <mintaka/framework.h>
#include <tribufu/macros.h>
#include <tribufu/native.h>
#ifdef TRIBUFU_CPP
using namespace mintaka;
#endif