dummy eval func (pieces + square control), bit ops, shorter int types

This commit is contained in:
2021-11-09 20:57:18 +01:00
parent e55c2e9cbe
commit 5623dc78a5
11 changed files with 386 additions and 29 deletions

View File

@@ -14,11 +14,11 @@
#ifndef CHESSDEFS_H
#define CHESSDEFS_H
#include <stdint.h>
#include "bits.h"
/* piece_t bits structure
*/
typedef unsigned char piece_t;
typedef u8 piece_t;
#define EMPTY 0