updates_disabled() moved to game.h, include it.

This commit is contained in:
Markus Armbruster 2007-07-27 17:29:55 +00:00
parent 286dda725e
commit 3935444408
4 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@
#include <config.h> #include <config.h>
#include "commands.h" #include "commands.h"
#include "game.h"
#include "server.h" #include "server.h"
int int

View file

@ -36,6 +36,7 @@
#include "commands.h" #include "commands.h"
#include "empthread.h" #include "empthread.h"
#include "game.h"
#include "server.h" #include "server.h"
int int

View file

@ -34,6 +34,7 @@
#include <config.h> #include <config.h>
#include "commands.h" #include "commands.h"
#include "game.h"
#include "optlist.h" #include "optlist.h"
#include "server.h" #include "server.h"

View file

@ -42,6 +42,7 @@
#endif #endif
#include <time.h> #include <time.h>
#include "empthread.h" #include "empthread.h"
#include "game.h"
#include "misc.h" #include "misc.h"
#include "optlist.h" #include "optlist.h"
#include "player.h" #include "player.h"