ProjectM/Source/ProjectT/ProjectT.cpp

7 lines
189 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ProjectT.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, ProjectT, "ProjectT" );