diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
| commit | 259c7326f78d5495f5dc51c619932599a5279f68 (patch) | |
| tree | a78e2b9d9624014dac5405c5e26266bf27321101 /src/constants.h | |
| parent | 0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (diff) | |
| download | nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.tar.gz nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.zip | |
Progess with transformation implementation
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 69 | #define BRm 45 | 69 | #define BRm 45 |
| 70 | #define BDm 46 | 70 | #define BDm 46 |
| 71 | #define BLm 47 | 71 | #define BLm 47 |
| 72 | |||
| 73 | /* Errors */ | ||
| 74 | #define errormove 99U | ||
| 75 | #define errortrans 99U | ||
