OSX::SysFunc Class Reference
#include <osxsysfunc.h>
Detailed Description
Lowest-level functions for OSX platform.(C) 2010 Radon Labs GmbH
Static Public Member Functions | |
static void | Setup () |
setup lowlevel Nebula3 runtime (called before anything else) | |
static void | Exit (int exitCode) |
cleanly exit the process | |
static void | Error (const char *error) |
display an error message | |
static void | MessageBox (const char *msg) |
display a message which must be confirmed by the user | |
static void | DebugOut (const char *msg) |
print a message on the debug concole | |
static void | Sleep (double sec) |
sleep for a specified amount of seconds | |
static const System::SystemInfo * | GetSystemInfo () |
get system information |