|
OpenTTD Source
14.0-beta3
|
#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 int | ParseCommandLine (char *line, char **argv, int max_argc) |
| void | CreateConsole () |
| int APIENTRY | WinMain (HINSTANCE, HINSTANCE, LPSTR, int) |
Implementation main for Windows.
Definition in file win32_main.cpp.