mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
9 lines
179 B
C++
9 lines
179 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "FortniteVersion.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
IMPLEMENT_GAME_MODULE(FDefaultModuleImpl, FortniteVersion);
|
|
|
|
|