From 259c7326f78d5495f5dc51c619932599a5279f68 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Oct 2023 12:49:20 +0200 Subject: Progess with transformation implementation --- src/constants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 54152bc..9e0a7a7 100644 --- a/src/constants.h +++ b/src/constants.h @@ -69,3 +69,7 @@ #define BRm 45 #define BDm 46 #define BLm 47 + +/* Errors */ +#define errormove 99U +#define errortrans 99U -- cgit v1.3