mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
[ue] Fix include order.
This commit is contained in:
parent
2412341548
commit
9180b8e0d4
@ -4,8 +4,8 @@
|
||||
|
||||
#include "Components/SceneComponent.h"
|
||||
#include "CoreMinimal.h"
|
||||
#include "MySceneComponent.generated.h"
|
||||
#include "SpineSkeletonRendererComponent.h"
|
||||
#include "MySceneComponent.generated.h"
|
||||
|
||||
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
|
||||
class SPINEUE_API UMySceneComponent : public USpineSkeletonRendererComponent {
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#include "SpineUE.h"
|
||||
#include "SpineUEGameMode.h"
|
||||
#include "SpineUE.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user