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

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