Files
UnrealEngineUWP/Engine/Source/Editor/EditorConfig/Public/EditorConfigModule.h
sebastian nordgren 27f0137dec Fixed non-unity build errors due to missing semicolon after IMPLEMENT_MODULE.
Removed unnecessary includes and overrides in EditorConfigModule.

#rb paul.chipchase
#jira UE-107391

[CL 15269585 by sebastian nordgren in ue5-main branch]
2021-02-01 06:01:10 -04:00

10 lines
161 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Modules/ModuleInterface.h"
class FEditorConfigModule : public IModuleInterface
{
};