6502/vbcc/targets/ppc-morphos/include/proto/powersdl_sound.h
2022-05-12 21:36:39 +09:30

34 lines
725 B
C

/* Automatically generated header! Do not edit! */
#ifndef PROTO_POWERSDLSOUND_H
#define PROTO_POWERSDLSOUND_H
#ifndef __NOLIBBASE__
extern struct Library *
#ifdef __CONSTLIBBASEDECL__
__CONSTLIBBASEDECL__
#endif /* __CONSTLIBBASEDECL__ */
PowerSDLSoundBase;
#endif /* !__NOLIBBASE__ */
#include <clib/powersdlsound_protos.h>
#ifdef __GNUC__
#ifdef __PPC__
#ifndef _NO_PPCINLINE
#include <ppcinline/powersdlsound.h>
#endif /* _NO_PPCINLINE */
#else
#ifndef _NO_INLINE
#include <inline/powersdlsound.h>
#endif /* _NO_INLINE */
#endif /* __PPC__ */
#elif defined(__VBCC__)
#include <inline/powersdlsound_protos.h>
#else
#include <pragmas/powersdlsound_pragmas.h>
#endif /* __GNUC__ */
#endif /* !PROTO_POWERSDLSOUND_H */