mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-09 19:10:38 +00:00
(svn r2706) Fix !WITH_NETWORK build
This commit is contained in:
parent
91f67d3bbe
commit
6bdedb51a6
1
misc.c
1
misc.c
@ -3,6 +3,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "functions.h"
|
#include "functions.h"
|
||||||
|
#include "player.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "strings.h" // XXX GetParam*
|
#include "strings.h" // XXX GetParam*
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "functions.h"
|
#include "functions.h"
|
||||||
|
#include "macros.h"
|
||||||
#include "screenshot.h"
|
#include "screenshot.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "spritecache.h"
|
#include "spritecache.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user