OpenClonk
C4AppDelegate.mm File Reference
Include dependency graph for C4AppDelegate.mm:

Go to the source code of this file.

Functions

int main (int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 305 of file C4AppDelegate.mm.

306 {
307  NSSetUncaughtExceptionHandler(&_ExceptionHandler);
308  return NSApplicationMain(argc, argv);
309 }