mirror of https://github.com/OpenTTD/OpenTTD
(svn r2729) Fix #include
parent
5821529859
commit
2ff85cdc56
2
win32.c
2
win32.c
|
@ -4,6 +4,7 @@
|
|||
#include "openttd.h"
|
||||
#include "debug.h"
|
||||
#include "functions.h"
|
||||
#include "hal.h"
|
||||
#include "macros.h"
|
||||
#include "saveload.h"
|
||||
#include "string.h"
|
||||
|
@ -17,7 +18,6 @@
|
|||
#include <fcntl.h>
|
||||
#include "variables.h"
|
||||
#include "win32.h"
|
||||
#include "video/win32_v.h"
|
||||
|
||||
static bool _has_console;
|
||||
|
||||
|
|
Loading…
Reference in New Issue