test/Source/MyProject/MyProject.cpp

8 lines
226 B
C++
Raw Permalink Normal View History

2026-03-10 14:53:35 +00:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "MyProject.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, MyProject, "MyProject" );
DEFINE_LOG_CATEGORY(LogMyProject)