36 lines
735 B
C
36 lines
735 B
C
/* Automatically generated header! Do not edit! */
|
|
|
|
#ifndef PROTO_POWERSDL_IMAGE_H
|
|
#define PROTO_POWERSDL_IMAGE_H
|
|
|
|
#ifndef __NOLIBBASE__
|
|
extern struct Library *
|
|
#ifdef __CONSTLIBBASEDECL__
|
|
__CONSTLIBBASEDECL__
|
|
#endif /* __CONSTLIBBASEDECL__ */
|
|
PowerSDLImageBase;
|
|
#endif /* !__NOLIBBASE__ */
|
|
|
|
#include <clib/powersdl_image_protos.h>
|
|
|
|
#ifdef __GNUC__
|
|
#ifdef __PPC__
|
|
#ifndef _NO_PPCINLINE
|
|
#include <ppcinline/powersdl_image.h>
|
|
#endif /* _NO_PPCINLINE */
|
|
#else
|
|
#ifndef _NO_INLINE
|
|
#include <inline/powersdl_image.h>
|
|
#endif /* _NO_INLINE */
|
|
#endif /* __PPC__ */
|
|
|
|
#elif defined(__VBCC__)
|
|
#include <inline/powersdl_image_protos.h>
|
|
|
|
#else
|
|
#include <pragmas/powersdl_image_pragmas.h>
|
|
#endif /* __GNUC__ */
|
|
|
|
#endif /* !PROTO_POWERSDL_IMAGE_H */
|
|
|