Files
UnrealEngineUWP/Engine/Source/Developer/MassEntityTestSuite/Private/MassEntityTestSuiteModule.cpp
bryan johnson e7bdda6b95 [Backout] - CL35087217
[FYI] Bryan.Johnson
Original CL Desc
-----------------------------------------------------------------
[Backout] - CL35079176
[FYI] Mieszko.Zielinski
Original CL Desc
-----------------------------------------------------------------
Moved the rest of MassEntity modules over to the Engine's Source/ code.

#jira UE-216267

[CL 35087666 by bryan johnson in ue5-main branch]
2024-07-25 13:36:25 -04:00

14 lines
283 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
#define LOCTEXT_NAMESPACE "MassTest"
class FMassEntityTestSuiteModule : public IModuleInterface
{
};
IMPLEMENT_MODULE(FMassEntityTestSuiteModule, MassEntityTestSuite)
#undef LOCTEXT_NAMESPACE