Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Engine/Core/Config/Settings.h"
|
||||
#include "Engine/Serialization/Json.h"
|
||||
|
||||
/// <summary>
|
||||
/// Layers and objects tags settings.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user