diff options
author | Darkvater <darkvater@openttd.org> | 2006-10-12 14:42:00 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-10-12 14:42:00 +0000 |
commit | 110fc94cb539fcb742e8c01ee52e130d4ca9989e (patch) | |
tree | d6137e3f74b95c0ab9bddfa6a5f7cce396e73a76 /ai | |
parent | fa438870033b1b49936491b95e7479e2ac1b15cb (diff) | |
download | openttd-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |