cesium-native
0.50.0
Loading...
Searching...
No Matches
Library.h
1
#pragma once
2
9
namespace
CesiumCurl
{}
10
11
#if defined(_WIN32) && defined(CESIUM_SHARED)
12
#ifdef CESIUMCURL_BUILDING
13
#define CESIUMCURL_API __declspec(dllexport)
14
#else
15
#define CESIUMCURL_API __declspec(dllimport)
16
#endif
17
#else
18
#define CESIUMCURL_API
19
#endif
CesiumCurl
Provides the ability to access HTTP and other network resources using libcurl.
Definition
CurlAssetAccessor.h:38
CesiumCurl
include
CesiumCurl
Library.h
Generated by
1.13.2