Skip to content

Commit

Permalink
Fixed packaging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjooste committed Sep 30, 2023
1 parent a3c4a4a commit 088c457
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/USK/Source/USK/Dialogue/DialogueManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "GameFramework/Pawn.h"
#include "DialogueManager.generated.h"

class UInputAction;
Expand Down
2 changes: 2 additions & 0 deletions Plugins/USK/Source/USK/Weapons/Weapon.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#pragma once

#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Animation/AnimMontage.h"
#include "WeaponProjectile.h"
#include "WeaponType.h"
#include "Weapon.generated.h"
Expand Down
1 change: 1 addition & 0 deletions Plugins/USK/Source/USK/Weapons/WeaponProjectile.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "WeaponProjectile.generated.h"

/**
Expand Down

0 comments on commit 088c457

Please sign in to comment.