dummy eval func (pieces + square control), bit ops, shorter int types
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user