Move all enum types definitions to types.h

Cleanup headers while there.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-02-23 21:27:22 +01:00
parent 95212222c7
commit 0fcda095df
28 changed files with 319 additions and 608 deletions

View File

@@ -23,9 +23,7 @@
#include <string>
#include "misc.h"
#include "piece.h"
#include "square.h"
#include "value.h"
#include "types.h"
// Maximum number of allowed moves per position
const int MOVES_MAX = 256;