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