diff options
Diffstat (limited to 'plugins/dfsound/xa.h')
| -rwxr-xr-x[-rw-r--r--] | plugins/dfsound/xa.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/dfsound/xa.h b/plugins/dfsound/xa.h index 7f8b6e0c..ff2f0bb3 100644..100755 --- a/plugins/dfsound/xa.h +++ b/plugins/dfsound/xa.h @@ -1,20 +1,20 @@ -/***************************************************************************
- xa.h - description
- -------------------
- begin : Wed May 15 2002
- copyright : (C) 2002 by Pete Bernert
- email : BlackDove@addcom.de
- ***************************************************************************/
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. See also the license.txt file for *
- * additional informations. *
- * *
- ***************************************************************************/
-
-static INLINE void MixXA(void);
-static INLINE void FeedXA(xa_decode_t *xap);
-static INLINE void FeedCDDA(unsigned char *pcm, int nBytes);
+/*************************************************************************** + xa.h - description + ------------------- + begin : Wed May 15 2002 + copyright : (C) 2002 by Pete Bernert + email : BlackDove@addcom.de + ***************************************************************************/ +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. See also the license.txt file for * + * additional informations. * + * * + ***************************************************************************/ + +static INLINE void MixXA(void); +static INLINE void FeedXA(xa_decode_t *xap); +static INLINE void FeedCDDA(unsigned char *pcm, int nBytes); |
