mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 10:04:18 +00:00
* 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
14 lines
203 B
C++
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
|