9 lines
284 B
C++
9 lines
284 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "PlainPropsEngineModule.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_MODULE(FPlainPropsEngineModule, PlainPropsEngine);
|
|
|
|
void FPlainPropsEngineModule::StartupModule() {}
|
|
void FPlainPropsEngineModule::ShutdownModule() {} |