adapt to brlib 0.3
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
#ifndef BITBOARD_H
|
||||
#define BITBOARD_H
|
||||
|
||||
#include <bits.h>
|
||||
|
||||
#include "br.h"
|
||||
#include "chessdefs.h"
|
||||
#include "piece.h"
|
||||
#include "bitops.h"
|
||||
|
||||
enum bb_square {
|
||||
A1 = 1UL << 0, B1 = 1UL << 1, C1 = 1UL << 2, D1 = 1UL << 3,
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef CHESSDEFS_H
|
||||
#define CHESSDEFS_H
|
||||
|
||||
#include <bits.h>
|
||||
#include "br.h"
|
||||
|
||||
/* piece_t bits structure
|
||||
* MSB 8 7 6 5 4 3 2 1 LSB
|
||||
|
@@ -11,8 +11,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <bits.h>
|
||||
#include <debug.h>
|
||||
#include "br.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "piece.h"
|
||||
#include "eval-simple.h"
|
||||
|
@@ -15,9 +15,10 @@
|
||||
#define POSITION_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <pool.h>
|
||||
#include <list.h>
|
||||
#include <bits.h>
|
||||
|
||||
#include "pool.h"
|
||||
#include "list.h"
|
||||
#include "bitops.h"
|
||||
|
||||
#include "board.h"
|
||||
#include "chessdefs.h"
|
||||
|
Reference in New Issue
Block a user