OpenTTD Source
20241111-master-gce64d5f5d9
|
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.