summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2020-12-31 23:05:00 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit33ae4e18686199822aad9f9341d008f839862d9a (patch)
tree2aceb707c820ca52fa028e3884e4fd1c9fe8f295 /include/tak.h
parent26f77822201aae05c493e1f1b71631d89b1c564c (diff)
Line-mode mostly complete
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.h b/include/tak.h
index 6773bcd..7d96b9a 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -3,7 +3,7 @@
enum E_RESULT {
ACT_OK, ACT_ILLEGAL, ACT_OVERFLOW,
PTN_VALID, PTN_INVALID,
- WIN_NONE, WIN_DRAW, WIN_FLAT_WHITE, WIN_FLAT_BLACK,
+ WIN_DRAW, WIN_FLAT_WHITE, WIN_FLAT_BLACK,
WIN_ROAD_WHITE, WIN_ROAD_BLACK, WIN_DRAGON };
// -------------------------------------------------------------------