34 lines
671 B
C
34 lines
671 B
C
/* Automatically generated header! Do not edit! */
|
|
|
|
#ifndef PROTO_MODPLUG_H
|
|
#define PROTO_MODPLUG_H
|
|
|
|
#ifndef __NOLIBBASE__
|
|
extern struct Library *
|
|
#ifdef __CONSTLIBBASEDECL__
|
|
__CONSTLIBBASEDECL__
|
|
#endif /* __CONSTLIBBASEDECL__ */
|
|
ModPlugBase;
|
|
#endif /* !__NOLIBBASE__ */
|
|
|
|
#include <clib/modplug_protos.h>
|
|
|
|
#ifdef __GNUC__
|
|
#ifdef __PPC__
|
|
#ifndef _NO_PPCINLINE
|
|
#include <ppcinline/modplug.h>
|
|
#endif /* _NO_PPCINLINE */
|
|
#else
|
|
#ifndef _NO_INLINE
|
|
#include <inline/modplug.h>
|
|
#endif /* _NO_INLINE */
|
|
#endif /* __PPC__ */
|
|
#elif defined(__VBCC__)
|
|
#include <inline/modplug_protos.h>
|
|
#else
|
|
#include <pragmas/modplug_pragmas.h>
|
|
#endif /* __GNUC__ */
|
|
|
|
#endif /* !PROTO_MODPLUG_H */
|
|
|