Files
UnrealEngineUWP/Engine/Source/Editor/EditorSubsystem/Private/EditorSubsystemModule.cpp
Chris Gagnon 3474a1b35c Updated a number of copywrite lines in new files.
#rb none

[CL 4744300 by Chris Gagnon in Dev-Editor branch]
2019-01-17 12:59:27 -05:00

16 lines
294 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "EditorSubsystemModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FEditorSubsystemModule, EditorSubsystem);
void FEditorSubsystemModule::StartupModule()
{
}
void FEditorSubsystemModule::ShutdownModule()
{
}