Files
BXSSP_Andriod/Plugins/CesiumForUnreal/Source/ThirdParty/include/CesiumAsync/cesium-sqlite3.h

8 lines
128 B
C
Raw Normal View History

2025-10-14 11:14:54 +08:00
#pragma once
#if PRIVATE_CESIUM_SQLITE
#define CESIUM_SQLITE(name) cesium_##name
#else
#define CESIUM_SQLITE(name) name
#endif