summaryrefslogtreecommitdiff
path: root/players.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 22:15:02 +0000
committertron <tron@openttd.org>2005-07-21 22:15:02 +0000
commit0762aa9ec950a7c7966b1706daa7a032f5de790a (patch)
tree0e2d2d052ab58755549ef42d694f58679a4c496c /players.c
parenta446294e7cdbcf71ffe2052a4a9954dc46a64133 (diff)
downloadopenttd-0762aa9ec950a7c7966b1706daa7a032f5de790a.tar.xz
(svn r2669) Shuffle some more stuff around to reduce dependencies
Diffstat (limited to 'players.c')
-rw-r--r--players.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/players.c b/players.c
index 971473480..55313ada9 100644
--- a/players.c
+++ b/players.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
+#include "engine.h"
#include "string.h"
#include "strings.h"
#include "table/strings.h"
@@ -15,6 +16,7 @@
#include "ai_new.h"
#include "sound.h"
#include "network.h"
+#include "variables.h"
PlayerID _current_player;