OpenTTD Source 20260206-master-g4d4e37dbf1
osx_main.cpp File Reference

Main entry for Mac OS X. More...

#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../crashlog.h"
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include <time.h>
#include <signal.h>
#include "macos.h"
#include "../../safeguards.h"

Go to the source code of this file.

Functions

void CocoaSetupAutoreleasePool ()
void CocoaReleaseAutoreleasePool ()
int CDECL main (int argc, char *argv[])

Detailed Description

Main entry for Mac OS X.

Definition in file osx_main.cpp.

Function Documentation

◆ main()

int CDECL main ( int argc,
char * argv[] )

Definition at line 26 of file osx_main.cpp.