36 lines
717 B
C
36 lines
717 B
C
/* Automatically generated header! Do not edit! */
|
|
|
|
#ifndef PROTO_POWERSDL_GFX_H
|
|
#define PROTO_POWERSDL_GFX_H
|
|
|
|
#ifndef __NOLIBBASE__
|
|
extern struct Library *
|
|
#ifdef __CONSTLIBBASEDECL__
|
|
__CONSTLIBBASEDECL__
|
|
#endif /* __CONSTLIBBASEDECL__ */
|
|
PowerSDLGfxBase;
|
|
#endif /* !__NOLIBBASE__ */
|
|
|
|
#include <clib/powersdl_gfx_protos.h>
|
|
|
|
#ifdef __GNUC__
|
|
#ifdef __PPC__
|
|
#ifndef _NO_PPCINLINE
|
|
#include <ppcinline/powersdl_gfx.h>
|
|
#endif /* _NO_PPCINLINE */
|
|
#else
|
|
#ifndef _NO_INLINE
|
|
#include <inline/powersdl_gfx.h>
|
|
#endif /* _NO_INLINE */
|
|
#endif /* __PPC__ */
|
|
|
|
#elif defined(__VBCC__)
|
|
#include <inline/powersdl_gfx_protos.h>
|
|
|
|
#else
|
|
#include <pragmas/powersdl_gfx_pragmas.h>
|
|
#endif /* __GNUC__ */
|
|
|
|
#endif /* !PROTO_POWERSDL_GFX_H */
|
|
|