This repository has been archived on 2024-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Unreal-RedNetwork/Source/ThirdParty/KCP/Private/Logging.h
2021-01-03 12:09:39 +08:00

7 lines
122 B
C

#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
DECLARE_LOG_CATEGORY_EXTERN(LogKCP, Log, All);