mirror of
https://github.com/tribes2/engine.git
synced 2026-06-12 08:23:51 +00:00
t2 engine svn checkout
This commit is contained in:
commit
ff569bd2ae
988 changed files with 394180 additions and 0 deletions
25
platformMacCarb/macCarbProcessControl.cc
Normal file
25
platformMacCarb/macCarbProcessControl.cc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// V12 Engine
|
||||
//
|
||||
// Copyright (c) 2001 GarageGames.Com
|
||||
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "PlatformMacCarb/platformMacCarb.h"
|
||||
|
||||
void Platform::postQuitMessage(const U32 in_quitVal)
|
||||
{
|
||||
platState.quit = true;
|
||||
}
|
||||
|
||||
void Platform::debugBreak()
|
||||
{
|
||||
#pragma message("Platform::debugBreak NYI")
|
||||
//DebugBreak();
|
||||
}
|
||||
|
||||
void Platform::forceShutdown(S32 returnValue)
|
||||
{
|
||||
#pragma message("Platform::forceShutdown NYI")
|
||||
//exit(returnValue);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue