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