Merge branch 'intolerantape-Missing-FLAXENGINE_API-Macro'

This commit is contained in:
2021-02-07 12:56:11 +01:00
+1 -1
View File
@@ -75,7 +75,7 @@ protected:
/// Generic type of Json-format asset. It provides the managed representation of this resource data so it can be accessed via C# API.
/// </summary>
/// <seealso cref="JsonAssetBase" />
API_CLASS(NoSpawn) class JsonAsset : public JsonAssetBase
API_CLASS(NoSpawn) class FLAXENGINE_API JsonAsset : public JsonAssetBase
{
DECLARE_ASSET_HEADER(JsonAsset);