X-Git-Url: https://git.distorted.org.uk/~mdw/jog/blobdiff_plain/b1ffb19d137241e62b4eea0e6db834bd624bdda2..e9060e7e4c0de71ef6d4b7d7b05c3167790073e3:/err.h diff --git a/err.h b/err.h index fef75b7..8de0800 100644 --- a/err.h +++ b/err.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: err.h,v 1.1 2002/01/25 19:34:45 mdw Exp $ + * $Id: err.h,v 1.2 2002/02/02 19:16:46 mdw Exp $ * * Error reporting * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: err.h,v $ + * Revision 1.2 2002/02/02 19:16:46 mdw + * New audio subsystem. + * * Revision 1.1 2002/01/25 19:34:45 mdw * Initial revision * @@ -92,6 +95,11 @@ # define ERRTX_READ 4u /* Read error from transport */ # define ERRTX_CONFIG 5u /* Error in configuration */ +#define ERR_AUDIO 5u /* Audio subsystem */ +# define ERRAU_NOTFOUND 1u /* Requested sample wasn't found */ +# define ERRAU_OPEN 2u /* Couldn't read sample file */ +# define ERRAU_INIT 3u /* Couldn't initialize audio */ + /*----- Functions provided ------------------------------------------------*/ /* --- @err_abort@ --- *