(svn r2669) Shuffle some more stuff around to reduce dependencies

This commit is contained in:
tron
2005-07-21 22:15:02 +00:00
parent a446294e7c
commit 0762aa9ec9
66 changed files with 101 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "engine.h"
#include "string.h"
#include "strings.h"
#include "table/strings.h"
@@ -15,6 +16,7 @@
#include "ai_new.h"
#include "sound.h"
#include "network.h"
#include "variables.h"
PlayerID _current_player;