9 lines
212 B
C++
9 lines
212 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "EditorConfigModule.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
DEFINE_LOG_CATEGORY(LogEditorConfig);
|
|
|
|
IMPLEMENT_MODULE(FEditorConfigModule, EditorConfig);
|