mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
9 lines
229 B
C++
9 lines
229 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "FortniteUI.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE(FDefaultGameModuleImpl, FortniteUI, "FortniteUI");
|
|
|
|
DEFINE_LOG_CATEGORY(LogFortWorld);
|