(svn r2706) Fix !WITH_NETWORK build

This commit is contained in:
tron 2005-07-25 07:28:32 +00:00
parent b18af859ef
commit 2dfbb2963d
2 changed files with 2 additions and 0 deletions

1
misc.c
View File

@ -3,6 +3,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
#include "player.h"
#include "string.h"
#include "strings.h" // XXX GetParam*
#include "table/strings.h"

View File

@ -3,6 +3,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
#include "macros.h"
#include "screenshot.h"
#include "sound.h"
#include "spritecache.h"