Removes IProcess from CryCommon

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-22 13:51:05 -08:00
parent 61948fdc99
commit 8a2cfedf34
6 changed files with 0 additions and 43 deletions
@@ -104,7 +104,6 @@ struct ITimer;
struct IFFont;
struct ICVar;
struct IConsole;
struct IProcess;
namespace AZ::IO
{
struct IArchive;
-4
View File
@@ -116,7 +116,6 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
#include <IMovieSystem.h>
#include <ILog.h>
#include <IAudioSystem.h>
#include <IProcess.h>
#include <LoadScreenBus.h>
@@ -462,9 +461,6 @@ bool CSystem::IsQuitting() const
bool wasExitMainLoopRequested = false;
AzFramework::ApplicationRequests::Bus::BroadcastResult(wasExitMainLoopRequested, &AzFramework::ApplicationRequests::WasExitMainLoopRequested);
return wasExitMainLoopRequested;
}
//////////////////////////////////////////////////////////////////////////
ISystem* CSystem::GetCrySystem()
{
return this;
-1
View File
@@ -75,7 +75,6 @@
#include <ILog.h>
#include <IAudioSystem.h>
#include <ICmdLine.h>
#include <IProcess.h>
#include <AzFramework/Archive/Archive.h>
#include "XConsole.h"