Skip to content

Commit 7b7bfb6

Browse files
committed
change file name
1 parent f4c0fe2 commit 7b7bfb6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Source/TP_ChimpGame/Log.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

Source/TP_ChimpGame/TP_ChimpGameModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Modules/ModuleManager.h"
22

3-
#include "Log.h"
3+
#include "TP_ChimpLogChannels.h"
44

55
class FTP_ChimpGameModule : public FDefaultGameModuleImpl
66
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#include "Log.h"
1+
#include "TP_ChimpLogChannels.h"
22

33
DEFINE_LOG_CATEGORY(LogTP_Chimp);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#pragma once
2+
3+
#include "Logging/LogMacros.h"
4+
5+
DECLARE_LOG_CATEGORY_EXTERN(LogTP_Chimp, Log, All);

0 commit comments

Comments
 (0)