Initial commit
This commit is contained in:
27
Torque/SDK/engine/platformMacCarb/macCarbProcessControl.cc
Normal file
27
Torque/SDK/engine/platformMacCarb/macCarbProcessControl.cc
Normal file
@@ -0,0 +1,27 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "PlatformMacCarb/platformMacCarb.h"
|
||||
|
||||
#pragma message("macCarbProcessControl: need to get the right OSX path here")
|
||||
#include "Processes.h"
|
||||
|
||||
void Platform::postQuitMessage(const U32 in_quitVal)
|
||||
{
|
||||
platState.quit = true;
|
||||
}
|
||||
|
||||
void Platform::debugBreak()
|
||||
{
|
||||
#pragma message("Platform::debugBreak [not yet perfect]")
|
||||
DebugStr("\pDEBUG_BREAK!");
|
||||
}
|
||||
|
||||
void Platform::forceShutdown(S32 returnValue)
|
||||
{
|
||||
#pragma message("Platform::forceShutdown [not yet perfect]")
|
||||
ExitToShell();
|
||||
//exit(returnValue);
|
||||
}
|
||||
Reference in New Issue
Block a user