players.c
changeset 2159 3b634157c3b2
parent 2154 63a6b880b4c0
child 2163 637ec3c361f5
--- a/players.c	Thu Jul 21 21:13:42 2005 +0000
+++ b/players.c	Thu Jul 21 22:15:02 2005 +0000
@@ -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;