summaryrefslogtreecommitdiff
path: root/ai
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-12 14:42:00 +0000
committerDarkvater <darkvater@openttd.org>2006-10-12 14:42:00 +0000
commit110fc94cb539fcb742e8c01ee52e130d4ca9989e (patch)
treed6137e3f74b95c0ab9bddfa6a5f7cce396e73a76 /ai
parentfa438870033b1b49936491b95e7479e2ac1b15cb (diff)
downloadopenttd-110fc94cb539fcb742e8c01ee52e130d4ca9989e.tar.xz
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
Diffstat (limited to 'ai')
-rw-r--r--ai/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai/ai.h b/ai/ai.h
index ec06b302f..440d3347a 100644
--- a/ai/ai.h
+++ b/ai/ai.h
@@ -4,6 +4,7 @@
#include "../functions.h"
#include "../network.h"
#include "../player.h"
+#include "../command.h"
/* How DoCommands look like for an AI */
typedef struct AICommand {