|
OpenTTD Source 20251116-master-g21329071df
|
Implementation main for Windows. More...
#include "../../stdafx.h"#include <windows.h>#include <mmsystem.h>#include "../../openttd.h"#include "../../core/random_func.hpp"#include "../../core/string_consumer.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 (std::string_view line) |
| void | CreateConsole () |
| int APIENTRY | WinMain (HINSTANCE, HINSTANCE, LPSTR, int) |
Implementation main for Windows.
Definition in file win32_main.cpp.
|
static |
Definition at line 22 of file win32_main.cpp.
| int APIENTRY WinMain | ( | HINSTANCE | , |
| HINSTANCE | , | ||
| LPSTR | , | ||
| int | |||
| ) |
Definition at line 47 of file win32_main.cpp.