mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
17 lines
243 B
C++
17 lines
243 B
C++
#pragma once
|
|
|
|
#include <cpr/cprtypes.h>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace network
|
|
{
|
|
namespace cpr
|
|
{
|
|
|
|
::cpr::Header GetHeader();
|
|
void SetUserAgent(const std::string& userAgent);
|
|
|
|
} // namespace cpr
|
|
} // namespace network
|
|
} // namespace scwx
|