OpenTTD Source 20241224-master-gee860a5c8e
|
Implementation main for Windows. More...
#include "../../stdafx.h"
#include <windows.h>
#include <mmsystem.h>
#include "../../openttd.h"
#include "../../core/random_func.hpp"
#include "../../string_func.h"
#include "../../crashlog.h"
#include "../../debug.h"
#include "../../safeguards.h"
Go to the source code of this file.
Functions | |
static auto | ParseCommandLine (char *line) |
void | CreateConsole () |
int APIENTRY | WinMain (HINSTANCE, HINSTANCE, LPSTR, int) |
Implementation main for Windows.
Definition in file win32_main.cpp.
|
static |
Definition at line 21 of file win32_main.cpp.
int APIENTRY WinMain | ( | HINSTANCE | , |
HINSTANCE | , | ||
LPSTR | , | ||
int | |||
) |
Definition at line 53 of file win32_main.cpp.