11 lines
189 B
C++
Executable file
11 lines
189 B
C++
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "DeepCSGUtils.generated.h"
|
|
|
|
USTRUCT(BlueprintType)
|
|
struct FSDENGINE_API FDeepCSGUtils {
|
|
GENERATED_BODY()
|
|
public:
|
|
FDeepCSGUtils();
|
|
};
|
|
|