(svn r6752) -Codechange: Move command functions from messy functions.h into command.h

This commit is contained in:
Darkvater
2006-10-12 14:42:00 +00:00
parent d76c0e2dc8
commit 02d291232e
4 changed files with 9 additions and 6 deletions

View File

@@ -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 {