(svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times.

This commit is contained in:
rubidium
2008-01-09 16:40:02 +00:00
parent a27a240b87
commit b4337eba83
11 changed files with 1227 additions and 1215 deletions

View File

@@ -2,6 +2,7 @@
#include "../stdafx.h"
#include "../openttd.h"
#include "../player.h"
#include "../variables.h"
#include "../command_func.h"
#include "../network/network.h"