Gems/CameraFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 14:12:10 -07:00
parent cef4e5278d
commit 4ff1a4a58e
4 changed files with 1 additions and 14 deletions
@@ -5,8 +5,6 @@
*
*/
#include "CameraFramework_precompiled.h"
#include "CameraRigComponent.h"
#include <AzCore/Module/Module.h>
@@ -1,10 +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
#include <platform.h>
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "CameraFramework_precompiled.h"
#include "CameraRigComponent.h"
#include <AzCore/Serialization/EditContext.h>
#include <AzCore/Math/Transform.h>
@@ -12,5 +12,4 @@ set(FILES
Include/CameraFramework/ICameraTransformBehavior.h
Source/CameraRigComponent.h
Source/CameraRigComponent.cpp
Source/CameraFramework_precompiled.h
)