Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master

This commit is contained in:
Wojtek Figat
2021-02-09 22:58:36 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "Engine/Core/Config/Settings.h"
#include "Engine/Serialization/Json.h"
/// <summary>
/// Layers and objects tags settings.

View File

@@ -9,7 +9,7 @@
/// <summary>
/// Base class for all global settings containers for the engine. Helps to apply, store and expose properties to c#.
/// </summary>
class SettingsBase
class FLAXENGINE_API SettingsBase
{
public: