1696680240
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
36 lines
1011 B
C++
36 lines
1011 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
|
|
#pragma once
|
|
|
|
#include <AzCore/PlatformDef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CRY Stuff ////////////////////////////////////////////////////////////////
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#include <platform.h>
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// STL
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#include <vector>
|
|
#include <list>
|
|
#include <map>
|
|
#include <set>
|
|
#include <algorithm>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CRY Stuff ////////////////////////////////////////////////////////////////
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#include <ISystem.h>
|
|
#include "Util/EditorUtils.h"
|
|
#include "EditorCoreAPI.h"
|