CelticCraft/Plugins/VoxelFree/Source/VoxelEditor/Private/VoxelMessagesEditor.h

12 lines
304 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "VoxelMessages.h"
namespace FVoxelMessagesEditor
{
void LogMessage(const TSharedRef<FTokenizedMessage>& Message, EVoxelShowNotification ShouldShow);
void ShowNotification(const FVoxelMessages::FNotification& Notification);
}