ImageProcessingAtom

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 12:41:45 -07:00
parent 5e15d91d76
commit 89b13513ef
71 changed files with 24 additions and 101 deletions
@@ -4,10 +4,9 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <ImageProcessing_precompiled.h>
#include <AzCore/PlatformDef.h>
AZ_PUSH_DISABLE_WARNING(4251 4800, "-Wunknown-warning-option") // disable warnings spawned by QT
#include <Source/Previewer/ImagePreviewer.h>
#include <Source/Previewer/ui_ImagePreviewer.h>
#include <Editor/EditorCommon.h>