Files
projectlighthouse/Source/ProjectLighthouse/ProjectLighthouse.cpp
2024-06-02 18:10:57 +02:00

7 lines
217 B
C++

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