Unreal-RedNetwork/Source/RedNetwork/Private/Logging.h

7 lines
129 B
C
Raw Normal View History

2021-01-02 02:52:05 +00:00
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
2021-01-05 11:48:45 +00:00
DECLARE_LOG_CATEGORY_EXTERN(LogRedNetwork, Log, All);