mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
corrects compilation errors on non-mac unix derivatives
This commit is contained in:
parent
6a6f452dad
commit
9d59caae35
3 changed files with 14 additions and 10 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "console/engineAPI.h"
|
||||
#ifndef TORQUE_DEDICATED
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
|
|
@ -203,10 +203,7 @@ void Platform::outputDebugString(const char *string, ...)
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
// testing function
|
||||
ConsoleFunction(debug_debugbreak, void, 1, 1, "debug_debugbreak()")
|
||||
{
|
||||
Platform::debugBreak();
|
||||
}
|
||||
//DefineEngineFunction(debug_debugbreak, void, () , , "debug_debugbreak();");
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void Platform::restartInstance()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue