Files
UnrealEngineUWP/Engine/Source/Runtime/Navmesh/Private/NavmeshModule.cpp

7 lines
174 B
C++
Raw Normal View History

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "NavmeshModulePrivatePCH.h"
#include "ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, Navmesh);