Fix build

This commit is contained in:
Wojtek Figat
2024-09-16 13:45:37 +02:00
parent 2bc95a7af7
commit dcadb11a20

View File

@@ -2,6 +2,7 @@
#pragma once #pragma once
#include "Engine/Core/Log.h"
#include "Engine/Core/Config.h" #include "Engine/Core/Config.h"
#include "Engine/Scripting/ScriptingType.h" #include "Engine/Scripting/ScriptingType.h"
@@ -57,7 +58,7 @@ API_CLASS(Static) class FLAXENGINE_API LogContext
/// Prints the current log context to the log. Does nothing it /// Prints the current log context to the log. Does nothing it
/// </summary> /// </summary>
/// <param name="verbosity">The verbosity of the log.</param> /// <param name="verbosity">The verbosity of the log.</param>
API_FUNCTION() static void Print(enum class LogType verbosity); API_FUNCTION() static void Print(LogType verbosity);
}; };
/// <summary> /// <summary>