Added FLAXENGINE_API macro to class JsonAsset.
This commit is contained in:
@@ -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.
|
/// Generic type of Json-format asset. It provides the managed representation of this resource data so it can be accessed via C# API.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <seealso cref="JsonAssetBase" />
|
/// <seealso cref="JsonAssetBase" />
|
||||||
API_CLASS(NoSpawn) class JsonAsset : public JsonAssetBase
|
API_CLASS(NoSpawn) class FLAXENGINE_API JsonAsset : public JsonAssetBase
|
||||||
{
|
{
|
||||||
DECLARE_ASSET_HEADER(JsonAsset);
|
DECLARE_ASSET_HEADER(JsonAsset);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user