22 lines
401 B
C
22 lines
401 B
C
#ifndef _PROTO_TRITON_H
|
|
#define _PROTO_TRITON_H
|
|
|
|
#ifndef EXEC_TYPES_H
|
|
#include <exec/types.h>
|
|
#endif
|
|
#if !defined(CLIB_TRITON_PROTOS_H) && !defined(__GNUC__)
|
|
#include <clib/triton_protos.h>
|
|
#endif
|
|
|
|
#ifndef __NOLIBBASE__
|
|
extern struct Library *TritonBase;
|
|
#endif
|
|
|
|
#ifdef __GNUC__
|
|
#include <inline/triton.h>
|
|
#elif !defined(__VBCC__)
|
|
#include <pragma/triton_lib.h>
|
|
#endif
|
|
|
|
#endif /* _PROTO_TRITON_H */
|