CelticCraft/Plugins/VoxelFree/Source/VoxelExamples/Public/VoxelExamplesModule.h

18 lines
337 B
C
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleInterface.h"
#include "VoxelExamplesModule.generated.h"
class FVoxelExamples : public IModuleInterface
{
};
// UBT doesn't like not having any UObject in a module
UCLASS()
class UVoxelExamplesModuleDummy : public UObject
{
GENERATED_BODY()
};