// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #include "SlatePrivatePCH.h" #include "ModuleManager.h" /** * Implements the Slate module. */ class FSlateModule : public IModuleInterface { }; IMPLEMENT_MODULE(FSlateModule, Slate);