~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/ai/defaultai.cc

  • Committer: Holger Rapp
  • Date: 2014-07-03 19:26:30 UTC
  • Revision ID: sirver@gmx.de-20140703192630-5h4rq0gtyq1o9287
Moved macros into base_macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "ai/ai_hints.h"
28
28
#include "base/log.h"
 
29
#include "base/macros.h"
29
30
#include "economy/economy.h"
30
31
#include "economy/flag.h"
31
32
#include "economy/road.h"
41
42
#include "logic/warehouse.h"
42
43
#include "logic/world/world.h"
43
44
#include "profile/profile.h"
44
 
#include "upcast.h"
45
45
 
46
46
constexpr int kFieldUpdateInterval = 1000;
47
47
constexpr int kIdleMineUpdateInterval = 22000;