Fixes for rebasing
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
// forward declarations.
|
||||
class CParticleItem;
|
||||
|
||||
#include "BaseLibraryItem.h"
|
||||
#include <CryCommon/smartptr.h>
|
||||
|
||||
#include "Objects/BaseObject.h"
|
||||
#include "Include/EditorCoreAPI.h"
|
||||
#include "Include/IErrorReport.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include "EditorDefs.h"
|
||||
|
||||
#include "IEditorImpl.h"
|
||||
#include <EditorCommonAPI.h>
|
||||
|
||||
// Qt
|
||||
#include <QByteArray>
|
||||
|
||||
@@ -461,6 +461,9 @@ bool CSystem::IsQuitting() const
|
||||
bool wasExitMainLoopRequested = false;
|
||||
AzFramework::ApplicationRequests::Bus::BroadcastResult(wasExitMainLoopRequested, &AzFramework::ApplicationRequests::WasExitMainLoopRequested);
|
||||
return wasExitMainLoopRequested;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
ISystem* CSystem::GetCrySystem()
|
||||
{
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user