/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #ifndef CRYINCLUDE_EDITOR_RENDERVIEWPORT_H #define CRYINCLUDE_EDITOR_RENDERVIEWPORT_H #pragma once // RenderViewport.h : header file // #if !defined(Q_MOC_RUN) #include #include #include "Viewport.h" #include "Objects/DisplayContext.h" #include "Undo/Undo.h" #include "Util/PredefinedAspectRatios.h" #include #include #include #include #include #include #include #include #endif #include #include // forward declarations. class CBaseObject; class QMenu; class QKeyEvent; class EditorEntityNotifications; struct ray_hit; struct IRenderMesh; struct IVariable; namespace AzToolsFramework { class ManipulatorManager; } #endif