Skip to content

Commit 8b12873

Browse files
committed
Run header lint
1 parent 30e8d55 commit 8b12873

File tree

90 files changed

+91
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+91
-90
lines changed

Source/ConstructionSystemEditor/Private/ConstructionSystemEditorModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystemEditorModule.h"
44

Source/ConstructionSystemEditor/Private/Utils/ProjectSettingsUpdater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "Utils/ProjectSettingsUpdater.h"
44

Source/ConstructionSystemEditor/Public/ConstructionSystemEditorModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#pragma once
44
#include "CoreMinimal.h"

Source/ConstructionSystemEditor/Public/Utils/ProjectSettingsUpdater.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#pragma once
44
#include "CoreMinimal.h"

Source/ConstructionSystemRuntime/Private/ConstructionSystem/ConstructionSystemCursor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/ConstructionSystemCursor.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/ConstructionSystemSnap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/ConstructionSystemSnap.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/Tools/ConstructionSystemBuildTool.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/Tools/ConstructionSystemBuildTool.h"
44

@@ -12,6 +12,7 @@
1212

1313
#include "CollisionQueryParams.h"
1414
#include "DrawDebugHelpers.h"
15+
#include "Engine/OverlapResult.h"
1516
#include "Engine/World.h"
1617
#include "GameFramework/Pawn.h"
1718
#include "GameFramework/PlayerController.h"

Source/ConstructionSystemRuntime/Private/ConstructionSystem/Tools/ConstructionSystemRemoveTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/Tools/ConstructionSystemRemoveTool.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/Tools/ConstructionSystemTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/Tools/ConstructionSystemTool.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/UI/ConstructionSystemUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-23, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-24, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/UI/ConstructionSystemUI.h"
44

0 commit comments

Comments
 (0)