aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-09-14 02:59:36 +0300
committereug-vs <eugene@eug-vs.xyz>2022-09-14 02:59:36 +0300
commitf7901374649cd76ac52a6c881c79dc8d64e00981 (patch)
tree4bc0f4aaa5c36b9618f70362f4b13f816216c11d /src/types.h
parent87514fc685ea45241dbb00471388638e0be1b229 (diff)
downloadj1chess-f7901374649cd76ac52a6c881c79dc8d64e00981.tar.gz
feat: compute knight attack table
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 4f95bb3..371d8b8 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,5 +1,6 @@
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long QWORD;
+typedef unsigned long U64;