Gems/Camera
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
#include <AzCore/Serialization/EditContext.h>
|
||||
#include <AzCore/Component/TransformBus.h>
|
||||
#include <AzFramework/Entity/EntityDebugDisplayBus.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
#include <AzCore/Serialization/SerializeContext.h>
|
||||
|
||||
#if defined(CAMERA_EDITOR)
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
#include "CameraEditorSystemComponent.h"
|
||||
#include "EditorCameraComponent.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
|
||||
#include <AzCore/Module/Module.h>
|
||||
#include <IGem.h>
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
/*
|
||||
* 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
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
#if defined(CAMERA_EDITOR)
|
||||
|
||||
#include <AzCore/PlatformDef.h>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Engine
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#include <Cry_Math.h>
|
||||
#include <ISystem.h>
|
||||
#include <ISerialize.h>
|
||||
#include <CryName.h>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Editor
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#include <EditorDefs.h>
|
||||
#include <Resource.h>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// STL
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
|
||||
#endif // defined(CAMERA_EDITOR)
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
#include <AzCore/Serialization/EditContext.h>
|
||||
#include <AzCore/Component/TransformBus.h>
|
||||
#include <AzFramework/Entity/EntityDebugDisplayBus.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
#include "ViewportCameraSelectorWindow.h"
|
||||
#include "ViewportCameraSelectorWindow_Internals.h"
|
||||
#include <IEditor.h>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Camera_precompiled.h"
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <AzCore/UnitTest/TestTypes.h>
|
||||
|
||||
@@ -12,5 +12,4 @@ set(FILES camera_files.cmake
|
||||
Source/CameraComponentController.cpp
|
||||
Source/CameraComponentController.h
|
||||
Source/CameraViewRegistrationBus.h
|
||||
Source/Camera_precompiled.h
|
||||
)
|
||||
|
||||
@@ -180,7 +180,6 @@ namespace ScriptCanvas
|
||||
m_dotCPP.WriteNewLine();
|
||||
WriteDoNotModify(m_dotCPP);
|
||||
m_dotCPP.WriteNewLine();
|
||||
m_dotCPP.WriteLine("#include \"precompiled.h\"");
|
||||
m_dotCPP.WriteLine("#include \"%s.h\"", GetGraphName().data());
|
||||
m_dotCPP.WriteNewLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user