初始提交: UE5.3项目基础框架
This commit is contained in:
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/CesiumJsonWriter/Library.h
vendored
Normal file
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/CesiumJsonWriter/Library.h
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief Classes for writing JSON.
|
||||
*
|
||||
* @mermaid-interactive{dependencies/CesiumJsonWriter}
|
||||
*/
|
||||
namespace CesiumJsonWriter {}
|
||||
|
||||
#if defined(_WIN32) && defined(CESIUM_SHARED)
|
||||
#ifdef CESIUMJSONWRITER_BUILDING
|
||||
#define CESIUMJSONWRITER_API __declspec(dllexport)
|
||||
#else
|
||||
#define CESIUMJSONWRITER_API __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#define CESIUMJSONWRITER_API
|
||||
#endif
|
||||
Reference in New Issue
Block a user