Files
UnrealEngineUWP/Engine/Source/Editor/AIGraph/Private/AIGraphModule.cpp
Lukasz Furman dcd7345250 unified shared parts of AI editors (nested nodes, copy/paste/drag operations)
[CL 2456137 by Lukasz Furman in Main branch]
2015-02-23 10:30:16 -05:00

16 lines
250 B
C++

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "AIGraphPrivatePCH.h"
#include "ModuleManager.h"
IMPLEMENT_MODULE(FAIGraphModule, AIGraph);
void FAIGraphModule::StartupModule()
{
}
void FAIGraphModule::ShutdownModule()
{
}