Added new File Directory for FP Template Classes

This commit is contained in:
Rafal Swierczek 2023-10-01 12:47:50 +01:00
parent 8c7219c655
commit e61b51d466
9 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
// Copyright Epic Games, Inc. All Rights Reserved. // Copyright Epic Games, Inc. All Rights Reserved.
#include "EndlessVendettaCharacter.h" #include "EndlessVendettaCharacter.h"
#include "EndlessVendettaProjectile.h"
#include "Animation/AnimInstance.h" #include "Animation/AnimInstance.h"
#include "Camera/CameraComponent.h" #include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h" #include "Components/CapsuleComponent.h"

View File

@ -4,7 +4,7 @@
#include "CoreMinimal.h" #include "CoreMinimal.h"
#include "Components/SphereComponent.h" #include "Components/SphereComponent.h"
#include "EndlessVendettaCharacter.h" #include "EndlessVendetta/EndlessVendettaCharacter.h"
#include "TP_PickUpComponent.generated.h" #include "TP_PickUpComponent.generated.h"
// Declaration of the delegate that will be called when someone picks this up // Declaration of the delegate that will be called when someone picks this up

View File

@ -2,7 +2,7 @@
#include "TP_WeaponComponent.h" #include "TP_WeaponComponent.h"
#include "EndlessVendettaCharacter.h" #include "EndlessVendetta/EndlessVendettaCharacter.h"
#include "EndlessVendettaProjectile.h" #include "EndlessVendettaProjectile.h"
#include "GameFramework/PlayerController.h" #include "GameFramework/PlayerController.h"
#include "Camera/PlayerCameraManager.h" #include "Camera/PlayerCameraManager.h"