(svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too

This commit is contained in:
smatz
2007-12-12 14:37:35 +00:00
parent a7fa65a2e3
commit 3b59b68a15
5 changed files with 7 additions and 4 deletions

View File

@@ -44,6 +44,7 @@
#include "group.h"
#include "economy.h"
#include "strings.h"
#include "order.h"
#define INVALID_COORD (0x7fffffff)
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))