Files
integration/Source/Integration/Integration.cpp

7 lines
198 B
C++
Raw Normal View History

2023-06-08 17:10:14 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
2023-06-09 14:36:47 -04:00
#include "Integration.h"
2023-06-08 17:10:14 -04:00
#include "Modules/ModuleManager.h"
2023-06-09 14:36:47 -04:00
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Integration, "Integration" );