1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-01-03 14:56:23 -05:00

English letters

This commit is contained in:
Your Name 2021-04-23 23:50:56 +04:30
parent 7c089d8e90
commit 36fa521834

View File

@ -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;