From 110fc94cb539fcb742e8c01ee52e130d4ca9989e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 12 Oct 2006 14:42:00 +0000 Subject: (svn r6752) -Codechange: Move command functions from messy functions.h into command.h --- ai/ai.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ai') 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 { -- cgit v1.2.3-54-g00ecf