Search
lxdream.org :: lxdream/src/aica/audio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/audio.h
changeset 736:a02d1475ccfd
prev700:4650d0c7f6f9
next755:ab873907b00e
author nkeynes
date Sat Jul 19 02:41:30 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove built sources from SVN
file annotate diff log raw
1.1 --- a/src/aica/audio.h Sun Jun 22 06:49:00 2008 +0000
1.2 +++ b/src/aica/audio.h Sat Jul 19 02:41:30 2008 +0000
1.3 @@ -15,15 +15,14 @@
1.4 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.5 * GNU General Public License for more details.
1.6 */
1.7 -#ifndef dream_audio_H
1.8 -#define dream_audio_H 1
1.9 +#ifndef lxdream_audio_H
1.10 +#define lxdream_audio_H 1
1.11
1.12 #include <stdint.h>
1.13 #include <stdio.h>
1.14 #include <glib/gtypes.h>
1.15 #include <glib/gi18n.h>
1.16
1.17 -
1.18 #ifdef __cplusplus
1.19 extern "C" {
1.20 #endif
1.21 @@ -135,4 +134,5 @@
1.22 #ifdef __cplusplus
1.23 }
1.24 #endif
1.25 -#endif
1.26 \ No newline at end of file
1.27 +
1.28 +#endif /* !lxdream_audio_H */
.