From 36fa521834203f7151b121fd1c57f4cc4e368966 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 Apr 2021 23:50:56 +0430 Subject: [PATCH] English letters --- battleship.c | 1 + 1 file changed, 1 insertion(+) diff --git a/battleship.c b/battleship.c index 6061b7c..963d16f 100644 --- a/battleship.c +++ b/battleship.c @@ -24,6 +24,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t #define ALL 0x7c #define RED 3 #define CYAN 2 +#define ENGLISH_LETTERS 26 typedef signed char byte; typedef unsigned char bitbox;