6 lines
147 B
C++
6 lines
147 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "StructUtilsEngineModule.h"
|
|
|
|
IMPLEMENT_MODULE(FDefaultModuleImpl, StructUtilsEngine);
|