diff options
Diffstat (limited to 'include/tak.h')
| -rw-r--r-- | include/tak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.h b/include/tak.h index 27984a1..ad0b994 100644 --- a/include/tak.h +++ b/include/tak.h @@ -14,7 +14,7 @@ enum STONE_VARIANT { STONE_FLAT, STONE_STANDING, STONE_CAPSTONE }; enum MOVE_DIRECTION { M_UP, M_DOWN, M_LEFT, M_RIGHT }; enum WIN_TYPE { WIN_DRAW, WIN_FLAT_WHITE, WIN_FLAT_BLACK, - WIN_ROAD_WHITE, WIN_ROAD_BLACK, WIN_DRAGON}; + WIN_ROAD_WHITE, WIN_ROAD_BLACK }; typedef uint8_t data_t; typedef uint16_t colour_stack_t; |
