Fix some warnings
This commit is contained in:
parent
a42e4c6667
commit
3090798d20
@ -4,6 +4,7 @@
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "UObject/Interface.h"
|
||||
|
||||
#include "IFESystemInterface.generated.h"
|
||||
|
||||
// This class does not need to be modified.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Unreal Fighting Engine by Kevin Poretti
|
||||
|
||||
#include "FEState.h"
|
||||
|
||||
// FE includes
|
||||
#include "FEStateMachineComponent.h"
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
// Unreal Fighting Engine by Kevin Poretti
|
||||
|
||||
#include "FEStateMachineComponent.h"
|
||||
|
||||
// FE includes
|
||||
#include "FEState.h"
|
||||
|
||||
#include "FEStateMachineComponent.h"
|
||||
|
||||
UFEStateMachineComponent::UFEStateMachineComponent()
|
||||
{
|
||||
// Don't use Unreal's tick instead use a fixed tick
|
||||
|
@ -10,7 +10,7 @@ public class UnrealFightingEngine : ModuleRules
|
||||
|
||||
PublicIncludePaths.AddRange(
|
||||
new string[] {
|
||||
"UnrealFightingEngine"
|
||||
// ... add public include paths required here ...
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user