1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef PROTO_ASOUND_H 4 #define PROTO_ASOUND_H 5 6 #ifndef __NOLIBBASE__ 7 extern struct Library * 8 #ifdef __CONSTLIBBASEDECL__ 9 __CONSTLIBBASEDECL__ 10 #endif /* __CONSTLIBBASEDECL__ */ 11 ASoundBase; 12 #endif /* !__NOLIBBASE__ */ 13 14 #include <clib/asound_protos.h> 15 16 #ifdef __GNUC__ 17 #ifdef __PPC__ 18 #ifndef _NO_PPCINLINE 19 #include <ppcinline/asound.h> 20 #endif /* _NO_PPCINLINE */ 21 #else 22 #ifndef _NO_INLINE 23 #include <inline/asound.h> 24 #endif /* _NO_INLINE */ 25 #endif /* __PPC__ */ 26 #elif defined(__VBCC__) 27 #include <inline/asound_protos.h> 28 #else 29 #include <pragmas/asound_pragmas.h> 30 #endif /* __GNUC__ */ 31 32 #endif /* !PROTO_ASOUND_H */ 33