7 lines
219 B
C++
7 lines
219 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "the_twilight_abyss.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, the_twilight_abyss, "the_twilight_abyss" );
|