// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once /** * LandscapeEditor module interface */ class ILandscapeEditorModule : public IModuleInterface { public: };