mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[ue4] Fix include order in sample project header.
This commit is contained in:
parent
8a47f548a3
commit
b33193ec21
@ -4,9 +4,8 @@
|
|||||||
|
|
||||||
#include "Components/SceneComponent.h"
|
#include "Components/SceneComponent.h"
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "MySceneComponent.generated.h"
|
|
||||||
#include "SpineSkeletonRendererComponent.h"
|
#include "SpineSkeletonRendererComponent.h"
|
||||||
|
#include "MySceneComponent.generated.h"
|
||||||
|
|
||||||
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
|
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
|
||||||
class SPINEUE4_API UMySceneComponent : public USpineSkeletonRendererComponent {
|
class SPINEUE4_API UMySceneComponent : public USpineSkeletonRendererComponent {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user