diff options
Diffstat (limited to 'xtract/xtract_macros.h')
-rw-r--r-- | xtract/xtract_macros.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xtract/xtract_macros.h b/xtract/xtract_macros.h index 8b55d48..ca8d924 100644 --- a/xtract/xtract_macros.h +++ b/xtract/xtract_macros.h @@ -42,7 +42,11 @@ extern "C" { #define VERY_BIG_NUMBER 1e20 #define SR_LIMIT 192000 #define BARK_BANDS 26 - +#define NONE 0 +#define MAXARGS 4 +#define MAX_NAME_LENGTH 64 +#define MAX_AUTHOR_LENGTH 128 +#define MAX_DESC_LENGTH 256 #ifdef __cplusplus } |