mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Files
e4ccc262190bfbf14cd3a8c8e76d00a3f0f9b169
8 lines
231 B
C++
8 lines
231 B
C++
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
|
|||
|
|||
#include "CoreMinimal.h"
|
|||
#include "Modules/ModuleInterface.h"
|
|||
#include "Modules/ModuleManager.h"
|
|||
|
|||
IMPLEMENT_MODULE(FDefaultModuleImpl, LocalizationCommandletExecution);
|